]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.h
ref and load images in l2o files
[l2e.git] / src / loader / Interpreter.h
index 7eccab344bdc105cd50ddda63f65c80bb6c72690..6b3835a49ad3c270f2fc9530a71824fd6da6a577 100644 (file)
@@ -115,6 +115,7 @@ public:
        const std::map<std::string, SDL_Surface *> &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<PostponedDefinition> &PostponedDefinitions() const {