diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-10 07:29:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 08:29:58 -0600 |
| commit | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (patch) | |
| tree | 4509be332b2ccfc6fe939f47740d68f7746eca3e /src/d/d_com_inf_actor.cpp | |
| parent | 2fd702c0ac170a789af879b8b92a82d4dcc9080c (diff) | |
switch to dtk setup (#2203)
* switch to dtk setup
* some cleanup / fixes
* cleanup d_a_alink literals
* Restore doxygen, update CI & README.md (#1)
* Fix build image ref (#2)
---------
Co-authored-by: Luke Street <luke@street.dev>
Diffstat (limited to 'src/d/d_com_inf_actor.cpp')
| -rw-r--r-- | src/d/d_com_inf_actor.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/d/d_com_inf_actor.cpp b/src/d/d_com_inf_actor.cpp new file mode 100644 index 0000000000..4f6c430905 --- /dev/null +++ b/src/d/d_com_inf_actor.cpp @@ -0,0 +1,18 @@ +/** + * d_com_inf_actor.cpp + * dolzel2 - Common Information For Actor + */ + +#include "d/d_com_inf_actor.h" + +/* ############################################################################################## */ +/* 80450610-80450618 000090 0008+00 0/0 1/1 0/0 .sdata g_dComIfAc_gameInfo */ +dComIfAc_info_c g_dComIfAc_gameInfo = { + 0, // field_0x0 + false, // mPause +}; + +/* 80450618-80450620 000098 0004+04 0/0 2/2 7/7 .sdata g_dComIfGoat_gameInfo */ +dComIfGoat_info_c g_dComIfGoat_gameInfo = { + 0, // field_0x0 +};
\ No newline at end of file |
