mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
21 lines
253 B
C
21 lines
253 B
C
#ifndef AC_GHOG_H
|
|
#define AC_GHOG_H
|
|
|
|
#include "types.h"
|
|
#include "m_actor.h"
|
|
#include "ac_structure.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef STRUCTURE_ACTOR GHOG_ACTOR;
|
|
|
|
extern ACTOR_PROFILE Ghog_Profile;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|