link ac_biscus

This commit is contained in:
Prakxo
2023-09-18 20:17:56 +02:00
parent 212b5bba70
commit 142e7a0d92
9 changed files with 414 additions and 0 deletions
+10
View File
@@ -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
+10
View File
@@ -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
+10
View File
@@ -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
+12
View File
@@ -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