Files
ac-decomp/include/ac_ins_ka.h
T
2024-04-30 15:02:34 -04:00

18 lines
219 B
C

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