mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Discover stagethinglists
This commit is contained in:
@@ -340,4 +340,10 @@ struct menu_dialog {
|
||||
struct menu_dialog *nextsibling;
|
||||
};
|
||||
|
||||
struct stagethinglist {
|
||||
u16 stage;
|
||||
u16 numthings;
|
||||
u16 *things;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user