Files
ac-decomp/include/ac_harvest_npc0.h
2023-06-23 17:19:35 +02:00

19 lines
215 B
C

#ifndef AC_HARVEST_NPC0_H
#define AC_HARVEST_NPC0_H
#include "types.h"
#include "m_actor.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE Harvest_Npc0_Profile;
#ifdef __cplusplus
}
#endif
#endif