blob: 37a91689d835c7713610e2329446632ca89aba03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// NetherFortPrefabs.h
// Declares the data used for nether fortress prefabs
#include "../Prefab.h"
extern const cPrefab::sDef g_NetherFortPrefabs1[];
extern const cPrefab::sDef g_NetherFortStartingPrefabs1[];
extern const size_t g_NetherFortPrefabs1Count;
extern const size_t g_NetherFortStartingPrefabs1Count;
|