summaryrefslogtreecommitdiff
path: root/ItemConfiguration.h
diff options
context:
space:
mode:
authorJapa Illo2012-03-26 22:03:09 +0200
committerJapa Illo2012-03-26 22:03:09 +0200
commit4d146bbbba642b08465d8ee275612f29bfbbe7ed (patch)
treeb7721d2d64d338ee5b57be967ade98f0b9740c8c /ItemConfiguration.h
parentdf37cc7e59b3cf5fadfa680a68793b91810a30ff (diff)
downloadstonesense-4d146bbbba642b08465d8ee275612f29bfbbe7ed.tar.gz
stonesense-4d146bbbba642b08465d8ee275612f29bfbbe7ed.tar.bz2
stonesense-4d146bbbba642b08465d8ee275612f29bfbbe7ed.tar.xz
Put in sprites for all the items, also made errors go to the console.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'ItemConfiguration.h')
-rw-r--r--ItemConfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ItemConfiguration.h b/ItemConfiguration.h
index 3fd8b80..92ea46b 100644
--- a/ItemConfiguration.h
+++ b/ItemConfiguration.h
@@ -23,5 +23,5 @@ public:
};
bool addSingleItemConfig( TiXmlElement* elemRoot);
-
+bool parseItemElement( TiXmlElement* elemRoot, int basefile);
void flushItemConfig(vector<ItemConfiguration *> &config); \ No newline at end of file