mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 03:28:11 -04:00
Decompile ciHangarInformationMenuHandler
This commit is contained in:
@@ -57,7 +57,7 @@ s32 menuhandler001a6514(u32 operation, struct menuitem *item, s32 *value);
|
||||
char *htHoloListMenuHandler(u32 operation, struct menuitem *item, s32 *value);
|
||||
s32 menuhandler001a6a34(u32 operation, struct menuitem *item, s32 *value);
|
||||
s32 menuhandler001a6a70(u32 operation, struct menuitem *item, s32 *value);
|
||||
s32 menuhandler001a6d4c(u32, u32, u32 *);
|
||||
char *ciHangarInformationMenuHandler(u32 operation, struct menuitem *item, s32 *value);
|
||||
s32 menuhandler001a6ea4(u32, u32, u32 *);
|
||||
s32 frDifficultyMenuHandler(u32 operation, struct menuitem *item, s32 *value);
|
||||
|
||||
|
||||
@@ -6348,4 +6348,9 @@ struct model08thing {
|
||||
f32 unk04[4];
|
||||
};
|
||||
|
||||
struct optiongroup {
|
||||
u32 offset;
|
||||
u16 name;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user