link ac_cobra

This commit is contained in:
Prakxo
2023-09-18 20:38:31 +02:00
parent 142e7a0d92
commit e9f9d94cc4
3 changed files with 105 additions and 0 deletions
+12
View File
@@ -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