This commit is contained in:
unknown
2020-12-03 21:04:06 -05:00
115 changed files with 8735 additions and 7838 deletions
@@ -1,6 +1,14 @@
#ifndef D_COM_INF_GAME_H_
#define D_COM_INF_GAME_H_
#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;
#endif