diff options
author | Mattes D <github@xoft.cz> | 2014-08-21 15:29:54 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-08-21 15:29:54 +0200 |
commit | 8acc8831879582e24c53c18d0442db0b1df6c6b6 (patch) | |
tree | a1d8777a198b64d791c47288c3ed651bb638e0bf /src/CMakeLists.txt | |
parent | cMojangAPI: Fixed MakeUUID___() bindings. (diff) | |
download | cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.gz cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.bz2 cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.lz cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.xz cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.zst cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.zip |
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 738b53537..79baf317d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,8 +33,6 @@ SET (SRCS FastRandom.cpp FurnaceRecipe.cpp Globals.cpp - Group.cpp - GroupManager.cpp Inventory.cpp Item.cpp ItemGrid.cpp @@ -98,8 +96,6 @@ SET (HDRS ForEachChunkProvider.h FurnaceRecipe.h Globals.h - Group.h - GroupManager.h Inventory.h Item.h ItemGrid.h |