diff options
| author | Japa Illo | 2012-03-26 22:03:09 +0200 |
|---|---|---|
| committer | Japa Illo | 2012-03-26 22:03:09 +0200 |
| commit | 4d146bbbba642b08465d8ee275612f29bfbbe7ed (patch) | |
| tree | b7721d2d64d338ee5b57be967ade98f0b9740c8c /ItemConfiguration.h | |
| parent | df37cc7e59b3cf5fadfa680a68793b91810a30ff (diff) | |
| download | stonesense-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.h | 2 |
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 |
