X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=6b3835a49ad3c270f2fc9530a71824fd6da6a577;hb=1970312e983541d32d4ff73c81b8d90156a7bb99;hp=7eccab344bdc105cd50ddda63f65c80bb6c72690;hpb=7b3710c47f24e64e0d01378a4564730bcb2f6ef2;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 7eccab3..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 {