summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-11-24 15:30:21 +0000
committerDavid Athay <ko2fan@gmail.com>2008-11-24 15:30:21 +0000
commitb1e8822db74cb0e88e51f764a816627a5f2e0927 (patch)
tree604ba166c2c9646d21c90b196c3371bccf242ac7
parent87825be20843751b7de02d9a539c89e4fa00370d (diff)
downloadmanaserv-b1e8822db74cb0e88e51f764a816627a5f2e0927.tar.gz
manaserv-b1e8822db74cb0e88e51f764a816627a5f2e0927.tar.bz2
manaserv-b1e8822db74cb0e88e51f764a816627a5f2e0927.tar.xz
manaserv-b1e8822db74cb0e88e51f764a816627a5f2e0927.zip
Updated codeblocks project
-rw-r--r--accountserver.cbp2
-rw-r--r--gameserver.cbp3
2 files changed, 5 insertions, 0 deletions
diff --git a/accountserver.cbp b/accountserver.cbp
index 1bd8e525..b1c5da7b 100644
--- a/accountserver.cbp
+++ b/accountserver.cbp
@@ -96,6 +96,8 @@
<Unit filename="src/dal/sqlitedataprovider.cpp" />
<Unit filename="src/dal/sqlitedataprovider.h" />
<Unit filename="src/defines.h" />
+ <Unit filename="src/net/bandwidth.cpp" />
+ <Unit filename="src/net/bandwidth.hpp" />
<Unit filename="src/net/connection.cpp" />
<Unit filename="src/net/connection.hpp" />
<Unit filename="src/net/connectionhandler.cpp" />
diff --git a/gameserver.cbp b/gameserver.cbp
index e453ed86..f3c7aaf2 100644
--- a/gameserver.cbp
+++ b/gameserver.cbp
@@ -55,6 +55,7 @@
</Linker>
<Unit filename="src/common/configuration.cpp" />
<Unit filename="src/common/configuration.hpp" />
+ <Unit filename="src/common/inventorydata.hpp" />
<Unit filename="src/defines.h" />
<Unit filename="src/game-server/accountconnection.cpp" />
<Unit filename="src/game-server/accountconnection.hpp" />
@@ -115,6 +116,8 @@
<Unit filename="src/game-server/trade.hpp" />
<Unit filename="src/game-server/trigger.cpp" />
<Unit filename="src/game-server/trigger.hpp" />
+ <Unit filename="src/net/bandwidth.cpp" />
+ <Unit filename="src/net/bandwidth.hpp" />
<Unit filename="src/net/connection.cpp" />
<Unit filename="src/net/connection.hpp" />
<Unit filename="src/net/connectionhandler.cpp" />