Files
ac-decomp/include/ac_groundhog_control_h.h
2023-10-03 17:51:12 -04:00

19 lines
255 B
C

#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