Initial NetherFortGen import.
Simple fortresses of 2 different rooms will generate.
This commit is contained in:
15
src/Generating/Prefabs/NetherFortPrefabs.h
Normal file
15
src/Generating/Prefabs/NetherFortPrefabs.h
Normal 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;
|
||||
Reference in New Issue
Block a user