diff options
| author | Japa | 2011-02-18 09:17:32 +0000 |
|---|---|---|
| committer | Japa | 2011-02-18 09:17:32 +0000 |
| commit | fcb4aa62ec08a1639cb396a88a81262ad40aee65 (patch) | |
| tree | ad8f944453e914ff8d967ab76bf447a856eab9c4 /ContentLoader.h | |
| parent | 4757c2d4e449be85400fbccc53ec1391c84f8673 (diff) | |
| download | stonesense-fcb4aa62ec08a1639cb396a88a81262ad40aee65.tar.gz stonesense-fcb4aa62ec08a1639cb396a88a81262ad40aee65.tar.bz2 stonesense-fcb4aa62ec08a1639cb396a88a81262ad40aee65.tar.xz | |
more work on grass
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 2bc8c60..6066b78 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -45,6 +45,8 @@ public: VersionInfo *MemInfo;
DFHack::Buildings * Bld;
DFHack::Materials * Mats;
+ std::vector<t_matgloss> organic;
+ std::vector<t_matgloss> inorganic;
uint32_t currentTick;
uint32_t currentYear;
|
