diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-26 16:39:04 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-26 16:39:04 +0200 |
commit | 5c3235ecdc3f718ce20e006f1ecfa2159df82c87 (patch) | |
tree | aea2e4a722715498c59b0a828486b30b74506bb5 /VC2008 | |
parent | ItemGrid: Added the RemoveOneItem() function (diff) | |
download | cuberite-5c3235ecdc3f718ce20e006f1ecfa2159df82c87.tar cuberite-5c3235ecdc3f718ce20e006f1ecfa2159df82c87.tar.gz cuberite-5c3235ecdc3f718ce20e006f1ecfa2159df82c87.tar.bz2 cuberite-5c3235ecdc3f718ce20e006f1ecfa2159df82c87.tar.lz cuberite-5c3235ecdc3f718ce20e006f1ecfa2159df82c87.tar.xz cuberite-5c3235ecdc3f718ce20e006f1ecfa2159df82c87.tar.zst cuberite-5c3235ecdc3f718ce20e006f1ecfa2159df82c87.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index cf83f7281..a43b26081 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -269,7 +269,7 @@ >
</File>
<File
- RelativePath=".\resource.h"
+ RelativePath=".\resource_MCServer.h"
>
</File>
<File
@@ -1813,15 +1813,15 @@ >
</File>
<File
- RelativePath="..\source\blocks\BlockDispenser.h"
+ RelativePath="..\source\blocks\BlockDoor.cpp"
>
</File>
<File
- RelativePath="..\source\blocks\BlockDoor.cpp"
+ RelativePath="..\source\blocks\BlockDoor.h"
>
</File>
<File
- RelativePath="..\source\blocks\BlockDoor.h"
+ RelativePath="..\source\blocks\BlockDropSpenser.h"
>
</File>
<File
@@ -2321,6 +2321,22 @@ >
</File>
<File
+ RelativePath="..\source\DropperEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\DropperEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\DropSpenserEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\DropSpenserEntity.h"
+ >
+ </File>
+ <File
RelativePath="..\source\FurnaceEntity.cpp"
>
</File>
|