1
0

Initial VillageGen implementation.

WIP, doesn't generate anything yet.
Ref.: 740.
This commit is contained in:
madmaxoft
2014-05-11 22:35:41 +02:00
parent 7e71f1f7dc
commit c0727c4265
6 changed files with 5807 additions and 0 deletions

View 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;