diff options
Diffstat (limited to 'include/code_801DD5C8.h')
-rw-r--r-- | include/code_801DD5C8.h | 5 |
1 files changed, 1 insertions, 4 deletions
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
|