mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
chore(build): regenerate files
This commit is contained in:
parent
8564699356
commit
d8dd554f5b
9 changed files with 146 additions and 91 deletions
14
profile/3.3.5a-windows-386/include/gx/emergencymem.h
Normal file
14
profile/3.3.5a-windows-386/include/gx/emergencymem.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef GX_EMERGENCY_MEM_H
|
||||
#define GX_EMERGENCY_MEM_H
|
||||
|
||||
DECLARE_STRUCT(EmergencyMem);
|
||||
|
||||
struct EmergencyMem {
|
||||
uint32_t unk00;
|
||||
uint32_t unk04;
|
||||
uint32_t unk08;
|
||||
uint32_t unk0C;
|
||||
uint32_t unk10;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue