]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.h
handle special case of Image type objects
[l2e.git] / src / loader / Interpreter.h
index 8d5c1e31aadf7ca70ad042501baa2317d074fbd3..3202482d3d9a1e28e2a8c67ddb9a3ea181938356 100644 (file)
@@ -93,6 +93,8 @@ private:
        void *GetObject(int typeId, const Value &value);
        void ReadObject(int typeId, int id, char *dest, const PropertyList &);
 
+       SDL_Surface *GetImage(const std::string &);
+
 private:
        const ParsedSource &source;
        struct ParsedDefinition {