Files
2024-04-29 12:46:22 -04:00

18 lines
227 B
C

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