diff options
author | Mattes D <github@xoft.cz> | 2013-12-19 22:51:21 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-12-19 22:51:21 +0100 |
commit | 03ec64aee153a4c217f0794e9310d80eda7629e6 (patch) | |
tree | cb5f0e532d5bcfc25324207f0c088507f6b6c6bc /VC2008/MCServer.vcproj | |
parent | Merge pull request #448 from mc-server/testbranch (diff) | |
parent | Fixed #include in Floater.cpp. (diff) | |
download | cuberite-03ec64aee153a4c217f0794e9310d80eda7629e6.tar cuberite-03ec64aee153a4c217f0794e9310d80eda7629e6.tar.gz cuberite-03ec64aee153a4c217f0794e9310d80eda7629e6.tar.bz2 cuberite-03ec64aee153a4c217f0794e9310d80eda7629e6.tar.lz cuberite-03ec64aee153a4c217f0794e9310d80eda7629e6.tar.xz cuberite-03ec64aee153a4c217f0794e9310d80eda7629e6.tar.zst cuberite-03ec64aee153a4c217f0794e9310d80eda7629e6.zip |
Diffstat (limited to 'VC2008/MCServer.vcproj')
-rw-r--r-- | VC2008/MCServer.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 5b756f3b6..cb9867450 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1359,6 +1359,14 @@ > </File> <File + RelativePath="..\src\Entities\Floater.cpp" + > + </File> + <File + RelativePath="..\src\Entities\Floater.h" + > + </File> + <File RelativePath="..\src\Entities\Minecart.cpp" > </File> @@ -2567,6 +2575,10 @@ > </File> <File + RelativePath="..\src\Items\ItemFishingRod.h" + > + </File> + <File RelativePath="..\src\Items\ItemFlowerPot.h" > </File> |