begin adding d_com_inf_game, add include guards to headers

This commit is contained in:
unknown
2020-12-03 21:03:25 -05:00
parent 91fc5f6f53
commit 1c7bf89fff
9 changed files with 52 additions and 8 deletions
+4
View File
@@ -1,3 +1,6 @@
#ifndef D_SAVE_HIO_H_
#define D_SAVE_HIO_H_
#include "dolphin/types.h"
struct dSvBit_childSwPerfectionHIO_c_vtable {
@@ -17,3 +20,4 @@ class dSvBit_childSwPerfectionHIO_c {
u8 unk0[10];
};
#endif