summaryrefslogtreecommitdiff
path: root/src/map/npc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.hpp')
-rw-r--r--src/map/npc.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/npc.hpp b/src/map/npc.hpp
index cea585b..f6d0adc 100644
--- a/src/map/npc.hpp
+++ b/src/map/npc.hpp
@@ -1,7 +1,8 @@
-// $Id: npc.h,v 1.5 2004/09/25 11:39:17 MouseJstr Exp $
#ifndef NPC_HPP
#define NPC_HPP
+#include "../common/timer.hpp"
+
#define START_NPC_NUM 110000000
#define WARP_CLASS 45
@@ -61,4 +62,4 @@ int npc_gettimerevent_tick(struct npc_data *nd);
int npc_settimerevent_tick(struct npc_data *nd, int newtimer);
int npc_delete(struct npc_data *nd);
-#endif
+#endif // NPC_HPP