1
0
Fork 0
cuberite-2a/src/Generating/Prefabs/NetherFortPrefabs.h

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;