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

19 lines
215 B
C

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