summaryrefslogtreecommitdiff
path: root/ContentLoader.h
diff options
context:
space:
mode:
authorJapa Illo2012-02-19 22:19:35 +0530
committerJapa Illo2012-02-19 22:19:35 +0530
commitfda4fafa501e5e4798d2b1eddd04e08d12136644 (patch)
tree7d66bbaa8134ea60f0d32edfeb9faeece42e9185 /ContentLoader.h
parent3d016a2a6a55ca7cdd03e00242fc749fb481174b (diff)
downloadstonesense-fda4fafa501e5e4798d2b1eddd04e08d12136644.tar.gz
stonesense-fda4fafa501e5e4798d2b1eddd04e08d12136644.tar.bz2
stonesense-fda4fafa501e5e4798d2b1eddd04e08d12136644.tar.xz
Fixed the debug info gui.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'ContentLoader.h')
-rw-r--r--ContentLoader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ContentLoader.h b/ContentLoader.h
index 0098a9e..11f16e8 100644
--- a/ContentLoader.h
+++ b/ContentLoader.h
@@ -86,6 +86,7 @@ int lookupIndexedType(const char* indexName, std::vector<T>& typeVector)
}
const char *lookupMaterialTypeName(int matType);
const char *lookupMaterialName(int matType,int matIndex);
+const char *lookupBuildingSubtype(int main_type, int i);
uint8_t lookupMaterialFore(int matType,int matIndex);
uint8_t lookupMaterialBack(int matType,int matIndex);
uint8_t lookupMaterialBright(int matType,int matIndex);