diff options
-rw-r--r-- | include/GShierMemObject.h | 2 | ||||
-rw-r--r-- | include/code_801DD5C8.h | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/include/GShierMemObject.h b/include/GShierMemObject.h index fd5846d..28a4701 100644 --- a/include/GShierMemObject.h +++ b/include/GShierMemObject.h @@ -10,8 +10,6 @@ extern MEMHeapHandle lbl_8063E8F8; // GSlight, GSmodel, etc. Instances of these classes are all new/deleted using an alternative set of
// routines than the global new and delete, which we infer is defined inline here.
-// TODO: abstract class?
-
class GShierMemObject
{
public:
diff --git a/include/code_801DD5C8.h b/include/code_801DD5C8.h index f105258..8f7ace1 100644 --- a/include/code_801DD5C8.h +++ b/include/code_801DD5C8.h @@ -7,13 +7,10 @@ extern "C" { #include "GShierMemObject.h"
-// TODO: identify these data structures
-
-// size == 0x10
struct gUnkClass9
{
u8 pad[0xC];
- void (*unkC)(void*, gUnkClass9*, u32, float); // TODO: identify 1st parameter
+ void (*unkC)(void*, gUnkClass9*, u32, float);
};
// linked list node
|