mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 21:40:36 -04:00
link ac_reserve
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
#ifndef AC_RESERVE_H
|
||||
#define AC_RESERVE_H
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_structure.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct actor_reserve_s {
|
||||
STRUCTURE_ACTOR structure_class;
|
||||
}RESERVE_ACTOR;
|
||||
|
||||
extern ACTOR_PROFILE Reserve_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user