binana/profile/3.3.5a-windows-386/include/gx/emergencymem.h

14 lines
208 B
C
Raw Normal View History

2025-04-20 15:54:44 -04:00
#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