mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
14 lines
No EOL
208 B
C
14 lines
No EOL
208 B
C
#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 |