Files
ac-decomp/include/ac_ins_goki.h
T
2024-05-05 20:33:09 -04:00

18 lines
223 B
C

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