X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;fp=src%2Floader%2FInterpreter.h;h=3202482d3d9a1e28e2a8c67ddb9a3ea181938356;hb=44e43987d774b65dffbeae7692606eb2f82de531;hp=8d5c1e31aadf7ca70ad042501baa2317d074fbd3;hpb=21539c358e849b44106b4af3f5941b4131c0f2d1;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 8d5c1e3..3202482 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -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 {