link ac_reserve

This commit is contained in:
Prakxo
2024-02-21 09:30:56 +00:00
parent f0b01c8eef
commit 9d1a24235b
5 changed files with 195 additions and 2 deletions
+5 -2
View File
@@ -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