mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-05 17:10:51 -04:00
link ac_ins_batta
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user