summaryrefslogtreecommitdiffstats
path: root/src/Generating/Prefabs/NetherFortPrefabs.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-30 19:17:33 +0200
committermadmaxoft <github@xoft.cz>2014-03-30 19:17:33 +0200
commit1bda9b042403bbc20c564a582435a083fc4dcc84 (patch)
tree8210ebddd8925889c31d3b4fb77e813b3aea6ec1 /src/Generating/Prefabs/NetherFortPrefabs.h
parentAPIDump: Added article: Setting up ZeroBrane Studio. (diff)
parentAdded all current NetherFort prefabs. (diff)
downloadcuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.gz
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.bz2
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.lz
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.xz
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.zst
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.zip
Diffstat (limited to 'src/Generating/Prefabs/NetherFortPrefabs.h')
-rw-r--r--src/Generating/Prefabs/NetherFortPrefabs.h15
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;