diff options
| author | Japa | 2010-04-10 03:46:03 +0000 |
|---|---|---|
| committer | Japa | 2010-04-10 03:46:03 +0000 |
| commit | 661f48f7a818b144459ce03b15dbf60bfd0ee76f (patch) | |
| tree | 5036078319364663c6e7293493109c77eda4c121 /ContentLoader.h | |
| parent | 114df922d3073bd296b38cf522997f520fb17850 (diff) | |
| download | stonesense-661f48f7a818b144459ce03b15dbf60bfd0ee76f.tar.gz stonesense-661f48f7a818b144459ce03b15dbf60bfd0ee76f.tar.bz2 stonesense-661f48f7a818b144459ce03b15dbf60bfd0ee76f.tar.xz | |
got trees working
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index f59ae2a..5d492e5 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -36,6 +36,7 @@ public: vector<t_matgloss> inorganicMaterials; vector<t_matgloss> organicMaterials; vector<t_matgloss> woodMaterials; + vector<t_matglossPlant> treeMaterials; vector<t_matgloss> plantMaterials; vector<t_matgloss> creatureMaterials;
@@ -58,5 +59,5 @@ const char *lookupMaterialName(int matType,int matIndex); uint8_t lookupMaterialFore(int matType,int matIndex);
uint8_t lookupMaterialBack(int matType,int matIndex);
uint8_t lookupMaterialBright(int matType,int matIndex);
-
+const char *lookupTreeName(int matIndex);
ALLEGRO_COLOR lookupMaterialColor(int matType,int matIndex);
\ No newline at end of file |
