link ac_ins_dango

This commit is contained in:
Prakxo
2024-05-10 10:15:06 +02:00
parent cba3011e87
commit 2c7bf6ce55
4 changed files with 429 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef AC_INS_DANGO_H
#define AC_INS_DANGO_H
#include "types.h"
#include "ac_insect_h.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void aIDG_actor_init(ACTOR* actor, GAME* game);
#ifdef __cplusplus
}
#endif
#endif