summaryrefslogtreecommitdiff
path: root/include/d/com/d_com_inf_actor.h
blob: ebfe576837ca40fb6f02f664b06303d5de295f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef D_COM_D_COM_INF_ACTOR_H
#define D_COM_D_COM_INF_ACTOR_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() {
    return g_dComIfAc_gameInfo.mPause;
}

#endif /* D_COM_D_COM_INF_ACTOR_H */