Files
ac-decomp/include/ac_npc_h.h
T
2023-07-17 07:30:57 -04:00

17 lines
174 B
C

#ifndef AC_NPC_H_H
#define AC_NPC_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct npc_actor_s NPC_ACTOR;
#ifdef __cplusplus
}
#endif
#endif