mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-07 09:45:37 -04:00
link ac_biscus
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_Biscus1_Profile;
|
||||
|
||||
typedef void (*BISCUS1_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_biscus1_s{
|
||||
TOOLS_ACTOR tools_class;
|
||||
u8 pad2[0x8];
|
||||
BISCUS1_PROC proc;
|
||||
int current_id;
|
||||
}BISCUS1_ACTOR;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -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_Biscus2_Profile;
|
||||
|
||||
typedef void (*BISCUS2_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_biscus2_s{
|
||||
TOOLS_ACTOR tools_class;
|
||||
u8 pad2[0x8];
|
||||
BISCUS2_PROC proc;
|
||||
int current_id;
|
||||
}BISCUS2_ACTOR;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -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_Biscus3_Profile;
|
||||
|
||||
typedef void (*BISCUS3_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_biscus3_s{
|
||||
TOOLS_ACTOR tools_class;
|
||||
u8 pad2[0x8];
|
||||
BISCUS3_PROC proc;
|
||||
int current_id;
|
||||
}BISCUS3_ACTOR;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_tools.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -10,6 +11,17 @@ extern "C" {
|
||||
|
||||
extern ACTOR_PROFILE T_Biscus4_Profile;
|
||||
|
||||
|
||||
typedef void (*BISCUS4_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_biscus4_s{
|
||||
TOOLS_ACTOR tools_class;
|
||||
u8 pad2[0x8];
|
||||
BISCUS4_PROC proc;
|
||||
int current_id;
|
||||
}BISCUS4_ACTOR;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user