mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
add gameinfo class / rename unk vars in d_save (#15)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "d/d_save/d_save/d_save.h"
|
||||
|
||||
class dComIfG_gameInfo{
|
||||
public:
|
||||
dSv_save_c save_file;
|
||||
u8 padding[0x1dc25]; //temp padding
|
||||
};
|
||||
|
||||
extern dComIfG_gameInfo lbl_804061C0;
|
||||
Reference in New Issue
Block a user