#ifndef AC_TRAIN1_H #define AC_TRAIN1_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 TRAIN1_ACTOR; extern ACTOR_PROFILE Train1_Profile; #ifdef __cplusplus } #endif #endif