Initial VillageGen implementation.
WIP, doesn't generate anything yet. Ref.: 740.
This commit is contained in:
15
src/Generating/Prefabs/SandVillagePrefabs.h
Normal file
15
src/Generating/Prefabs/SandVillagePrefabs.h
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user