mirror of
https://github.com/zeldaret/tp
synced 2026-08-09 02:48:21 -04:00
Merge branch 'master' of https://github.com/zeldaret/tp
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user