Movement manager add

This commit is contained in:
KimLS
2018-09-17 14:32:36 -07:00
parent c677169edd
commit 2224b83ae0
15 changed files with 342 additions and 127 deletions
+2
View File
@@ -82,6 +82,7 @@ SET(zone_sources
merc.cpp
mob.cpp
mob_ai.cpp
mob_movement_manager.cpp
mod_functions.cpp
net.cpp
npc.cpp
@@ -204,6 +205,7 @@ SET(zone_headers
message.h
merc.h
mob.h
mob_movement_manager.h
net.h
npc.h
npc_ai.h