summaryrefslogtreecommitdiffstats
path: root/src/Generating/Prefabs/SandVillagePrefabs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/Prefabs/SandVillagePrefabs.h')
-rw-r--r--src/Generating/Prefabs/SandVillagePrefabs.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Generating/Prefabs/SandVillagePrefabs.h b/src/Generating/Prefabs/SandVillagePrefabs.h
new file mode 100644
index 000000000..7b00db56f
--- /dev/null
+++ b/src/Generating/Prefabs/SandVillagePrefabs.h
@@ -0,0 +1,15 @@
+
+// SandVillagePrefabs.h
+
+// Declares the prefabs in the group SandVillage
+
+#include "../Prefab.h"
+
+
+
+
+
+extern const cPrefab::sDef g_SandVillagePrefabs[];
+extern const cPrefab::sDef g_SandVillageStartingPrefabs[];
+extern const size_t g_SandVillagePrefabsCount;
+extern const size_t g_SandVillageStartingPrefabsCount;