ac_haniwa: refactor

This commit is contained in:
Cuyler36
2025-10-29 23:09:03 -04:00
parent 59a8479ed6
commit 09d09071c2
3 changed files with 216 additions and 194 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ extern "C" {
typedef struct actor_haniwa_s HANIWA_ACTOR;
typedef void (*HANIWA_ACTOR_PROC)(ACTOR*, GAME*);
typedef void (*HANIWA_ACTOR_PROC)(HANIWA_ACTOR*, GAME*);
enum haniwa_msg {
aHNW_MSG_NO_OWNER,