summaryrefslogtreecommitdiff
path: root/src/game-server/map.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-19 11:50:45 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-20 15:09:09 +0100
commit5b3c4a585b211b03fb2999cddd2558e030ed5c0e (patch)
treee05fda21af7b57d0747aa1cf0371b5591a415234 /src/game-server/map.cpp
parent1f078e246ff03587e3ead220cac17bf343fb3328 (diff)
downloadmanaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.tar.gz
manaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.tar.bz2
manaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.tar.xz
manaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.zip
Moved defines.h and manaserv_protocol.h into 'common'
Just seems a bit more organized to me.
Diffstat (limited to 'src/game-server/map.cpp')
-rw-r--r--src/game-server/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/map.cpp b/src/game-server/map.cpp
index 5947043e..b824aaac 100644
--- a/src/game-server/map.cpp
+++ b/src/game-server/map.cpp
@@ -26,7 +26,7 @@
#include "game-server/map.h"
-#include "defines.h"
+#include "common/defines.h"
/**
* Stores information used during path finding for each tile of a map.