diff options
author | Mattes D <github@xoft.cz> | 2015-12-03 13:07:23 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-12-03 13:07:23 +0100 |
commit | 3fb356648453169758a9f5649f0ed4c5925d911f (patch) | |
tree | 57c90ff51aaeac4b1c2e05538a9f486da0a19f28 /src/Generating/Prefabs/TestRailsPrefabs.h | |
parent | Merge pull request #2696 from Gargaj/breeding (diff) | |
parent | Changed Nether defaults to use PieceStructures. (diff) | |
download | cuberite-3fb356648453169758a9f5649f0ed4c5925d911f.tar cuberite-3fb356648453169758a9f5649f0ed4c5925d911f.tar.gz cuberite-3fb356648453169758a9f5649f0ed4c5925d911f.tar.bz2 cuberite-3fb356648453169758a9f5649f0ed4c5925d911f.tar.lz cuberite-3fb356648453169758a9f5649f0ed4c5925d911f.tar.xz cuberite-3fb356648453169758a9f5649f0ed4c5925d911f.tar.zst cuberite-3fb356648453169758a9f5649f0ed4c5925d911f.zip |
Diffstat (limited to 'src/Generating/Prefabs/TestRailsPrefabs.h')
-rw-r--r-- | src/Generating/Prefabs/TestRailsPrefabs.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Generating/Prefabs/TestRailsPrefabs.h b/src/Generating/Prefabs/TestRailsPrefabs.h deleted file mode 100644 index 24b84de74..000000000 --- a/src/Generating/Prefabs/TestRailsPrefabs.h +++ /dev/null @@ -1,15 +0,0 @@ - -// TestRailsPrefabs.h - -// Declares the prefabs in the group TestRails - -#include "../Prefab.h" - - - - - -extern const cPrefab::sDef g_TestRailsPrefabs[]; -extern const cPrefab::sDef g_TestRailsStartingPrefabs[]; -extern const size_t g_TestRailsPrefabsCount; -extern const size_t g_TestRailsStartingPrefabsCount; |