#ifndef AC_GROUNDHOG_CONTROL_H_H #define AC_GROUNDHOG_CONTROL_H_H #include "types.h" #ifdef __cplusplus extern "C" { #endif typedef struct groundhog_control_event_data_s { int awaiting_birth; } aGHC_event_area_c; #ifdef __cplusplus } #endif #endif