summaryrefslogtreecommitdiff
path: root/src/game-server/thing.h
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/thing.h
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/thing.h')
-rw-r--r--src/game-server/thing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game-server/thing.h b/src/game-server/thing.h
index a8a58a04..a5e1bd8f 100644
--- a/src/game-server/thing.h
+++ b/src/game-server/thing.h
@@ -21,7 +21,8 @@
#ifndef THING_H
#define THING_H
-#include "manaserv_protocol.h"
+#include "common/manaserv_protocol.h"
+
using namespace ManaServ;
#include <set>