diff options
author | Max <mparisi@stevens.edu> | 2020-11-06 20:46:12 -0500 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-11-06 20:46:12 -0500 |
commit | 1d6768c88195e2db644112b898c205b78f03f837 (patch) | |
tree | 5c789a52f2cd0d094964b5266e68bf8908dd32ce /include/code_801DD5C8.h | |
parent | 2f182e1a106325772fa3f93c01f0d153b839d5a6 (diff) |
remove old comments
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
|