mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-16 04:23:56 -04:00
Implement and link ac_t_utiwa
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define AC_T_UTIWA_H
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_tools.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -10,6 +10,14 @@ extern "C" {
|
||||
|
||||
extern ACTOR_PROFILE T_Utiwa_Profile;
|
||||
|
||||
typedef void (*UTIWA_PROC)(ACTOR*);
|
||||
|
||||
typedef struct t_utiwa_s{
|
||||
TOOLS_ACTOR tools_class;
|
||||
UTIWA_PROC proc;
|
||||
int current_id;
|
||||
} UTIWA_ACTOR;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user