Files
2024-05-10 00:29:24 +02:00

18 lines
224 B
C

#ifndef AC_INS_BATTA_H
#define AC_INS_BATTA_H
#include "types.h"
#include "ac_insect_h.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void aIBT_actor_init(ACTOR* actor, GAME* game);
#ifdef __cplusplus
}
#endif
#endif