Files
ac-decomp/include/ac_t_flag.h
T
2023-09-23 18:37:27 +02:00

31 lines
388 B
C

#ifndef AC_T_FLAG_H
#define AC_T_FLAG_H
#include "types.h"
#include "m_actor.h"
#include "ac_tools.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE T_Flag_Profile;
typedef struct t_flag_s{
TOOLS_ACTOR tools_class;
u32 unk1C4;
u32 unk1C8;
s16 angle;
s16 addendedang;
int unk1D0;
xyz_t work;
}FLAG_ACTOR;
#ifdef __cplusplus
}
#endif
#endif