#ifndef AC_TRAIN1_H #define AC_TRAIN1_H #include "types.h" #include "m_actor.h" #ifdef __cplusplus extern "C" { #endif extern ACTOR_PROFILE Train1_Profile; #ifdef __cplusplus } #endif #endif