#ifndef M_ACTOR_H #define M_ACTOR_H #include "types.h" #ifdef __cplusplus extern "C" { #endif typedef struct actor_s { /* TODO ... */ u8 _tmp; } ACTOR; #ifdef __cplusplus } #endif #endif