mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 07:02:47 -04:00
c9e2a73dda
* typedef for cPhs_Step * make sdk includes consistent * d_menu_quit / d_msg_scrn_explain debug * d_a_obj_testcube mostly done * d_debug_pad mostly done * jstudio tool library headers * some JStudioCameraEditor headers * d_jcam_editor mostly done * try fixing some shield regressions * d_bg_parts mostly done * fix merge errors * debug fix
19 lines
338 B
C++
19 lines
338 B
C++
/**
|
|
* 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 <dolphin/types.h>
|
|
|
|
dComIfAc_info_c g_dComIfAc_gameInfo = {
|
|
0, // field_0x0
|
|
false, // mPause
|
|
};
|
|
|
|
dComIfGoat_info_c g_dComIfGoat_gameInfo = {
|
|
NULL, // field_0x0
|
|
};
|