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