blob: 772ad8542a617e3b882b5f08158316629312c5e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/**
* d_com_inf_actor.cpp
* dolzel2 - Common Information For Actor
*/
#include "d/dolzel.h" // IWYU pragma: keep
#include "d/d_com_inf_actor.h"
#include <types.h>
dComIfAc_info_c g_dComIfAc_gameInfo = {
0, // field_0x0
false, // mPause
};
dComIfGoat_info_c g_dComIfGoat_gameInfo = {
NULL, // field_0x0
};
|