1
0

Added an initial version of the underwater base generator.

This commit is contained in:
madmaxoft
2014-05-31 22:06:14 +02:00
parent 6de45037c7
commit 7672ca7eef
5 changed files with 2103 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
// UnderwaterBasePrefabs.h
// Declares the prefabs in the group UnderwaterBase
#include "../Prefab.h"
extern const cPrefab::sDef g_UnderwaterBasePrefabs[];
extern const cPrefab::sDef g_UnderwaterBaseStartingPrefabs[];
extern const size_t g_UnderwaterBasePrefabsCount;
extern const size_t g_UnderwaterBaseStartingPrefabsCount;