blob: 04edc29531290805a00371510dd36573a6902557 (
plain) (
tree)
|
|
// 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;
|