diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-20 15:25:54 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-20 15:25:54 +0200 |
commit | bc466f07a454271d4845a7e8c7f0822541c5afbd (patch) | |
tree | c8455a2af322bbd847b6b4ea74256b78aa834c4c /VC2008 | |
parent | ProtoProxy: moar packets! (can now sustain parsing while connected to vanilla server, most of the times) (diff) | |
download | cuberite-bc466f07a454271d4845a7e8c7f0822541c5afbd.tar cuberite-bc466f07a454271d4845a7e8c7f0822541c5afbd.tar.gz cuberite-bc466f07a454271d4845a7e8c7f0822541c5afbd.tar.bz2 cuberite-bc466f07a454271d4845a7e8c7f0822541c5afbd.tar.lz cuberite-bc466f07a454271d4845a7e8c7f0822541c5afbd.tar.xz cuberite-bc466f07a454271d4845a7e8c7f0822541c5afbd.tar.zst cuberite-bc466f07a454271d4845a7e8c7f0822541c5afbd.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 34 |
1 files changed, 5 insertions, 29 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 52ac9b5f3..f2222dd5e 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1040,47 +1040,23 @@ Name="UI"
>
<File
- RelativePath="..\source\cCraftingWindow.cpp"
+ RelativePath="..\source\UI\cWindow.cpp"
>
</File>
<File
- RelativePath="..\source\cCraftingWindow.h"
+ RelativePath="..\source\UI\cWindow.h"
>
</File>
<File
- RelativePath="..\source\cCreativeInventory.cpp"
+ RelativePath="..\source\UI\cWindowOwner.h"
>
</File>
<File
- RelativePath="..\source\cCreativeInventory.h"
+ RelativePath="..\source\UI\SlotArea.cpp"
>
</File>
<File
- RelativePath="..\source\cFurnaceWindow.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cFurnaceWindow.h"
- >
- </File>
- <File
- RelativePath="..\source\cSurvivalInventory.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cSurvivalInventory.h"
- >
- </File>
- <File
- RelativePath="..\source\cWindow.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cWindow.h"
- >
- </File>
- <File
- RelativePath="..\source\cWindowOwner.h"
+ RelativePath="..\source\UI\SlotArea.h"
>
</File>
</Filter>
|