#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