diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 22:26:56 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 22:26:56 -0400 |
| commit | 822b13e57a978cb940abfdb2286588ad3c338b4d (patch) | |
| tree | 7cb41bc9704d93c8659f4f0e596dcd503da6064f /include/d/actor/d_a_bomb2.h | |
| parent | 455ff4a5717c39b8d2fae08528eace46b7dc6d38 (diff) | |
Add `cPhs_State` typedef and use it everywhere
Diffstat (limited to 'include/d/actor/d_a_bomb2.h')
| -rw-r--r-- | include/d/actor/d_a_bomb2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_bomb2.h b/include/d/actor/d_a_bomb2.h index 45ab2253..cec0e8aa 100644 --- a/include/d/actor/d_a_bomb2.h +++ b/include/d/actor/d_a_bomb2.h @@ -97,7 +97,7 @@ namespace daBomb2 { void start_carry(); void start_proc_call(); void create_init(); - int _create(); + cPhs_State _create(); bool _delete(); void set_mtx(); void init_mtx(); |
