diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-06-01 02:43:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-31 20:43:07 +0300 |
| commit | 2b56ec02bedf662779f821837cbdc828fa11ca27 (patch) | |
| tree | f1127399d8bc7e43a7786664b713d02b6f6fba5c /include/d/actor | |
| parent | 2835276bfeecde6c6d09f855df58bcd9f96ad702 (diff) | |
d_a_obj_sw Equivalent (#2467)
* d_a_npc_ks equivalent
* d_a_npc_ks fmt
Diffstat (limited to 'include/d/actor')
| -rw-r--r-- | include/d/actor/d_a_obj_sw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_sw.h b/include/d/actor/d_a_obj_sw.h index 42da766463..d7b0099ab6 100644 --- a/include/d/actor/d_a_obj_sw.h +++ b/include/d/actor/d_a_obj_sw.h @@ -36,7 +36,7 @@ public: STATIC_ASSERT(sizeof(obj_sc_s) == 0x64); - class obj_sw_class { +class obj_sw_class { public: /* 0x000 */ fopAc_ac_c actor; /* 0x568 */ request_of_phase_process_class mPhase; |
