83b25d085c
Code exported from the Gallery server by the GalExport plugin.
16 lines
310 B
C
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;
|