1
0
cuberite-2a/src/Generating/Prefabs/NetherFortPrefabs.h
madmaxoft 5b7215ec24 Initial NetherFortGen import.
Simple fortresses of 2 different rooms will generate.
2014-03-28 16:42:32 +01:00

16 lines
320 B
C

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