Implement & link ac_ins_hitodama

This commit is contained in:
Cuyler36
2024-04-29 12:46:22 -04:00
parent ec08b9a1b7
commit 55bc6dc2c3
5 changed files with 336 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@ extern "C" {
#endif
extern void aIAB_actor_init(ACTOR* actorx, GAME* game);
extern void aIAB_actor_move(ACTOR* actorx, GAME* game);
#ifdef __cplusplus
}
+17
View File
@@ -0,0 +1,17 @@
#ifndef AC_INS_HITODAMA_H
#define AC_INS_HITODAMA_H
#include "types.h"
#include "ac_insect_h.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void aIHD_actor_init(ACTOR* actorx, GAME* game);
#ifdef __cplusplus
}
#endif
#endif