diff options
author | madmaxoft <github@xoft.cz> | 2014-03-28 16:42:32 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-28 16:42:32 +0100 |
commit | 5b7215ec24c2b835a0f1342cf1479f757084d1e2 (patch) | |
tree | 1969aec04072dc093a6bdf32c0aaa54fc63d765b /src/Generating/Prefabs/NetherFortPrefabs.h | |
parent | Merge branch 'howaner/GlobalFixes'. (diff) | |
download | cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.gz cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.bz2 cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.lz cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.xz cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.zst cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.zip |
Diffstat (limited to 'src/Generating/Prefabs/NetherFortPrefabs.h')
-rw-r--r-- | src/Generating/Prefabs/NetherFortPrefabs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Generating/Prefabs/NetherFortPrefabs.h b/src/Generating/Prefabs/NetherFortPrefabs.h new file mode 100644 index 000000000..37a91689d --- /dev/null +++ b/src/Generating/Prefabs/NetherFortPrefabs.h @@ -0,0 +1,15 @@ + +// NetherFortPrefabs.h + +// Declares the data used for nether fortress prefabs + +#include "../Prefab.h" + + + + + +extern const cPrefab::sDef g_NetherFortPrefabs1[]; +extern const cPrefab::sDef g_NetherFortStartingPrefabs1[]; +extern const size_t g_NetherFortPrefabs1Count; +extern const size_t g_NetherFortStartingPrefabs1Count; |