diff options
author | madmaxoft <github@xoft.cz> | 2014-05-21 23:16:43 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-05-21 23:16:43 +0200 |
commit | efcae77828d52680f9521793520ffc4325b465b8 (patch) | |
tree | a617fe871f9ee9348be96059f2dadd42f9520bb1 /src/Generating/Prefabs/SandFlatRoofVillagePrefabs.h | |
parent | Merged branch 'master' into VillageGen. (diff) | |
download | cuberite-efcae77828d52680f9521793520ffc4325b465b8.tar cuberite-efcae77828d52680f9521793520ffc4325b465b8.tar.gz cuberite-efcae77828d52680f9521793520ffc4325b465b8.tar.bz2 cuberite-efcae77828d52680f9521793520ffc4325b465b8.tar.lz cuberite-efcae77828d52680f9521793520ffc4325b465b8.tar.xz cuberite-efcae77828d52680f9521793520ffc4325b465b8.tar.zst cuberite-efcae77828d52680f9521793520ffc4325b465b8.zip |
Diffstat (limited to 'src/Generating/Prefabs/SandFlatRoofVillagePrefabs.h')
-rw-r--r-- | src/Generating/Prefabs/SandFlatRoofVillagePrefabs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Generating/Prefabs/SandFlatRoofVillagePrefabs.h b/src/Generating/Prefabs/SandFlatRoofVillagePrefabs.h new file mode 100644 index 000000000..ea06de5b5 --- /dev/null +++ b/src/Generating/Prefabs/SandFlatRoofVillagePrefabs.h @@ -0,0 +1,15 @@ + +// SandFlatRoofVillagePrefabs.h + +// Declares the prefabs in the group SandFlatRoofVillage + +#include "../Prefab.h" + + + + + +extern const cPrefab::sDef g_SandFlatRoofVillagePrefabs[]; +extern const cPrefab::sDef g_SandFlatRoofVillageStartingPrefabs[]; +extern const size_t g_SandFlatRoofVillagePrefabsCount; +extern const size_t g_SandFlatRoofVillageStartingPrefabsCount; |