mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-26 07:18:50 -04:00
18 lines
179 B
C
18 lines
179 B
C
#ifndef M_NPC_SCHEDULE_H
|
|
#define M_NPC_SCHEDULE_H
|
|
|
|
#include "types.h"
|
|
#include "m_npc_schedule_h.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|