summaryrefslogtreecommitdiffstats
path: root/gameserver.cbp
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-03-20 15:46:02 +0100
committerStefan Dombrowski <stefan@uni-bonn.de>2011-03-20 15:46:02 +0100
commit0ab67523777253387224bbcc038dedce7a64486d (patch)
treeb4db5bdd62535b1e5d5a3cd3ab7c2ab47f9e6619 /gameserver.cbp
parentdaae7beba8db384f2f3d089314b1d2d4c3cbd366 (diff)
downloadmanaserv-0ab67523777253387224bbcc038dedce7a64486d.tar.gz
manaserv-0ab67523777253387224bbcc038dedce7a64486d.tar.xz
manaserv-0ab67523777253387224bbcc038dedce7a64486d.zip
Updating C::B: Moved defines.h and manaserv_protocol.h into 'common'
The files had been moved in commit: 5b3c4a585b211b03fb2999cddd2558e030ed5c0e
Diffstat (limited to 'gameserver.cbp')
-rw-r--r--gameserver.cbp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gameserver.cbp b/gameserver.cbp
index 94cc130..da51cd7 100644
--- a/gameserver.cbp
+++ b/gameserver.cbp
@@ -90,7 +90,7 @@
<Unit filename="src\common\resourcemanager.cpp" />
<Unit filename="src\common\resourcemanager.h" />
<Unit filename="src\common\transaction.h" />
- <Unit filename="src\defines.h" />
+ <Unit filename="src\common\defines.h" />
<Unit filename="src\game-server\accountconnection.cpp" />
<Unit filename="src\game-server\accountconnection.h" />
<Unit filename="src\game-server\actor.cpp" />
@@ -172,7 +172,7 @@
<Unit filename="src\net\netcomputer.cpp" />
<Unit filename="src\net\netcomputer.h" />
<Unit filename="src\utils\point.h" />
- <Unit filename="src\manaserv_protocol.h" />
+ <Unit filename="src\common\manaserv_protocol.h" />
<Unit filename="src\scripting\lua.cpp" />
<Unit filename="src\scripting\luascript.cpp" />
<Unit filename="src\scripting\luascript.h" />