mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-13 03:29:19 -04:00
link ac_cobra
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_tools.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -10,6 +12,16 @@ extern "C" {
|
||||
|
||||
extern ACTOR_PROFILE T_Cobra1_Profile;
|
||||
|
||||
typedef void (*COBRA1_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_cobra1_s{
|
||||
TOOLS_ACTOR tools_class;
|
||||
u8 pad2[0x8];
|
||||
COBRA1_PROC proc;
|
||||
int current_id;
|
||||
}COBRA1_ACTOR;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user