2014-03-28 16:42:32 +01:00
|
|
|
|
|
|
|
|
// NetherFortPrefabs.h
|
|
|
|
|
|
2014-04-12 19:36:50 +02:00
|
|
|
// Declares the prefabs in the group NetherFort
|
2014-03-28 16:42:32 +01:00
|
|
|
|
|
|
|
|
#include "../Prefab.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-04-12 19:36:50 +02:00
|
|
|
extern const cPrefab::sDef g_NetherFortPrefabs[];
|
|
|
|
|
extern const cPrefab::sDef g_NetherFortStartingPrefabs[];
|
|
|
|
|
extern const size_t g_NetherFortPrefabsCount;
|
|
|
|
|
extern const size_t g_NetherFortStartingPrefabsCount;
|