#ifndef AC_TRAIN0_H #define AC_TRAIN0_H #include "types.h" #include "m_actor.h" #include "c_keyframe.h" #include "m_lib.h" #include "ac_structure.h" #ifdef __cplusplus extern "C" { #endif typedef STRUCTURE_ACTOR TRAIN0_ACTOR; extern ACTOR_PROFILE Train0_Profile; #ifdef __cplusplus } #endif #endif