Files
2024-02-21 09:30:56 +00:00

22 lines
273 B
C

#ifndef AC_RESERVE_H
#define AC_RESERVE_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
}
#endif
#endif