mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 21:40:36 -04:00
link ac_cracker
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_tools.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -10,6 +11,15 @@ extern "C" {
|
||||
|
||||
extern ACTOR_PROFILE T_Cracker_Profile;
|
||||
|
||||
typedef void (*CRACKER_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_cracker_s{
|
||||
TOOLS_ACTOR tools_class;
|
||||
u8 pad2[0x8];
|
||||
CRACKER_PROC proc;
|
||||
int current_id;
|
||||
}CRACKER_ACTOR;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern ACTOR_PROFILE T_Pistol_Profile;
|
||||
|
||||
typedef void (*PISTOL_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_pistol_s{
|
||||
@@ -17,9 +19,6 @@ typedef struct t_pistol_s{
|
||||
int current_id;
|
||||
}PISTOL_ACTOR;
|
||||
|
||||
|
||||
extern ACTOR_PROFILE T_Pistol_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user