X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=6b3835a49ad3c270f2fc9530a71824fd6da6a577;hb=1970312e983541d32d4ff73c81b8d90156a7bb99;hp=3e9f661e56ccb53da7f5637315c5b1f5e5b9e1a4;hpb=8c8061a4f8b88410d6d93c039afe6affc4b69cf2;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 3e9f661..6b3835a 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -115,6 +115,7 @@ public: const std::map &Images() const { return imageCache; } + const std::string &FindImage(SDL_Surface *) const; /// Get all definitions that were postponed because they /// were not in the parsed source. const std::vector &PostponedDefinitions() const { @@ -126,6 +127,7 @@ public: } struct Array { void *data; + unsigned int typeId; unsigned int size; bool ref; };