mirror of
https://github.com/zeldaret/tp
synced 2026-08-15 12:59:14 -04:00
Misc Changes (#306)
This commit is contained in:
@@ -3,12 +3,18 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class dComIfGoat_info_c {
|
||||
public:
|
||||
/* 0x0 */ int field_0x0;
|
||||
};
|
||||
|
||||
class dComIfAc_info_c {
|
||||
public:
|
||||
/* 0x0 */ int field_0x0;
|
||||
/* 0x4 */ bool mPause;
|
||||
};
|
||||
|
||||
extern dComIfGoat_info_c g_dComIfGoat_gameInfo;
|
||||
extern dComIfAc_info_c g_dComIfAc_gameInfo;
|
||||
|
||||
inline bool dComIfA_PauseCheck() {
|
||||
|
||||
Reference in New Issue
Block a user