chore(build): regenerate files

This commit is contained in:
phaneron 2025-04-20 15:54:44 -04:00
parent 8564699356
commit d8dd554f5b
9 changed files with 146 additions and 91 deletions

View 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