diff options
author | madmaxoft <github@xoft.cz> | 2013-08-07 15:46:43 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-07 15:46:43 +0200 |
commit | 3d027a8928ee423ee6a475637752bd50a5f0d44c (patch) | |
tree | 82c6993605326422e188410dda8b897a28ce16ef /VC2008 | |
parent | Merge pull request #47 from tonibm19/master (diff) | |
parent | Debuggers plugin: added the "/spidey" command. (diff) | |
download | cuberite-3d027a8928ee423ee6a475637752bd50a5f0d44c.tar cuberite-3d027a8928ee423ee6a475637752bd50a5f0d44c.tar.gz cuberite-3d027a8928ee423ee6a475637752bd50a5f0d44c.tar.bz2 cuberite-3d027a8928ee423ee6a475637752bd50a5f0d44c.tar.lz cuberite-3d027a8928ee423ee6a475637752bd50a5f0d44c.tar.xz cuberite-3d027a8928ee423ee6a475637752bd50a5f0d44c.tar.zst cuberite-3d027a8928ee423ee6a475637752bd50a5f0d44c.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index dc0291cd6..591ee678a 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -307,6 +307,10 @@ > </File> <File + RelativePath="..\source\BlockTracer.h" + > + </File> + <File RelativePath="..\source\ByteBuffer.cpp" > </File> @@ -546,6 +550,14 @@ > </File> <File + RelativePath="..\source\LineBlockTracer.cpp" + > + </File> + <File + RelativePath="..\source\LineBlockTracer.h" + > + </File> + <File RelativePath="..\source\Log.cpp" > </File> @@ -1486,6 +1498,14 @@ > </File> <File + RelativePath="..\source\LuaState.cpp" + > + </File> + <File + RelativePath="..\source\LuaState.h" + > + </File> + <File RelativePath="..\source\LuaWindow.cpp" > </File> |