diff options
| author | Japa | 2011-02-18 05:30:00 +0000 |
|---|---|---|
| committer | Japa | 2011-02-18 05:30:00 +0000 |
| commit | 4757c2d4e449be85400fbccc53ec1391c84f8673 (patch) | |
| tree | e617912c61934017edc9c74d0321f6a240511ad9 /ContentLoader.h | |
| parent | f67f437e90145b94ebd016c3b4c41f9ee5e7cdc3 (diff) | |
| download | stonesense-4757c2d4e449be85400fbccc53ec1391c84f8673.tar.gz stonesense-4757c2d4e449be85400fbccc53ec1391c84f8673.tar.bz2 stonesense-4757c2d4e449be85400fbccc53ec1391c84f8673.tar.xz | |
Got preliminary grass working.
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index e7c2e7d..2bc8c60 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -19,6 +19,7 @@ private: bool parseShrubContent( TiXmlElement* elemRoot );
bool parseColorContent( TiXmlElement* elemRoot );
bool parseFluidContent( TiXmlElement* elemRoot );
+ bool parseGrassContent( TiXmlElement* elemRoot );
void flushCreatureConfig();
bool translationComplete;
@@ -32,6 +33,7 @@ public: vector<vector<CreatureConfiguration>*> creatureConfigs;
vector<VegetationConfiguration> treeConfigs;
vector<VegetationConfiguration> shrubConfigs;
+ vector<VegetationConfiguration> grassConfigs;
vector<TerrainConfiguration*> terrainFloorConfigs;
vector<TerrainConfiguration*> terrainBlockConfigs;
vector<ColorConfiguration> colorConfigs;
|
