1
0
cuberite-2a/src/Generating/Prefabs/NetherFortPrefabs.h
madmaxoft 83b25d085c Updated the NetherFort prefabs to current Gallery contents.
Code exported from the Gallery server by the GalExport plugin.
2014-04-12 19:36:50 +02:00

16 lines
310 B
C

// NetherFortPrefabs.h
// Declares the prefabs in the group NetherFort
#include "../Prefab.h"
extern const cPrefab::sDef g_NetherFortPrefabs[];
extern const cPrefab::sDef g_NetherFortStartingPrefabs[];
extern const size_t g_NetherFortPrefabsCount;
extern const size_t g_NetherFortStartingPrefabsCount;