summaryrefslogtreecommitdiff
path: root/gameserver.cbp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-01-28 14:24:22 +0000
committerDavid Athay <ko2fan@gmail.com>2009-01-28 14:24:22 +0000
commit2141fae61af1fd3f81d792910ffa35d672835523 (patch)
treef1b9f5fc1be9c16b8770341b551bff0d83d12736 /gameserver.cbp
parentfa5469bd27d117abd98ca58dad61a6378fe8215c (diff)
downloadmanaserv-2141fae61af1fd3f81d792910ffa35d672835523.tar.gz
manaserv-2141fae61af1fd3f81d792910ffa35d672835523.tar.bz2
manaserv-2141fae61af1fd3f81d792910ffa35d672835523.tar.xz
manaserv-2141fae61af1fd3f81d792910ffa35d672835523.zip
Moved MapContent into header file.
Diffstat (limited to 'gameserver.cbp')
-rw-r--r--gameserver.cbp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gameserver.cbp b/gameserver.cbp
index 64bfb8a1..a2de9765 100644
--- a/gameserver.cbp
+++ b/gameserver.cbp
@@ -130,6 +130,10 @@
<Unit filename="src/net/netcomputer.hpp" />
<Unit filename="src/point.h" />
<Unit filename="src/scripting/lua.cpp" />
+ <Unit filename="src/scripting/luascript.cpp" />
+ <Unit filename="src/scripting/luascript.hpp" />
+ <Unit filename="src/scripting/luautil.cpp" />
+ <Unit filename="src/scripting/luautil.hpp" />
<Unit filename="src/scripting/script.cpp" />
<Unit filename="src/scripting/script.hpp" />
<Unit filename="src/utils/base64.cpp" />