1
0

Initial NetherFortGen import.

Simple fortresses of 2 different rooms will generate.
This commit is contained in:
madmaxoft
2014-03-28 16:42:32 +01:00
parent 173fd0dd92
commit 5b7215ec24
8 changed files with 713 additions and 15 deletions

View File

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