Implement & link ac_ins_hotaru

This commit is contained in:
Cuyler36
2025-01-28 15:10:19 -05:00
parent f6b18f4f28
commit 0439094cbe
2 changed files with 492 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef AC_INS_HOTARU_H
#define AC_INS_HOTARU_H
#include "types.h"
#include "ac_insect_h.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void aIHT_actor_init(ACTOR* actorx, GAME* game);
#ifdef __cplusplus
}
#endif
#endif