d_camera work (#2226)

This commit is contained in:
Caroline Madsen
2024-10-26 21:35:25 -07:00
committed by GitHub
parent 606178dc88
commit f5e80cf9fd
29 changed files with 1858 additions and 2121 deletions
+6 -1
View File
@@ -1,10 +1,11 @@
#ifndef D_COM_D_COM_INF_ACTOR_H
#define D_COM_D_COM_INF_ACTOR_H
class fopAc_ac_c;
class dComIfGoat_info_c {
public:
/* 0x0 */ int field_0x0;
/* 0x0 */ fopAc_ac_c* field_0x0;
};
class dComIfAc_info_c {
@@ -20,4 +21,8 @@ inline bool dComIfA_PauseCheck() {
return g_dComIfAc_gameInfo.mPause;
}
inline fopAc_ac_c* dComIfGoat_GetThrow() {
return g_dComIfGoat_gameInfo.field_0x0;
}
#endif /* D_COM_D_COM_INF_ACTOR_H */