mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
19 lines
255 B
C
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
|