mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
18 lines
223 B
C
18 lines
223 B
C
#ifndef AC_INS_SEMI_H
|
|
#define AC_INS_SEMI_H
|
|
|
|
#include "types.h"
|
|
#include "ac_insect_h.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void aISM_actor_init(ACTOR* actorx, GAME* game);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|