summaryrefslogtreecommitdiffstats
path: root/src/common/resources/resourcemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/resources/resourcemanager.h')
-rw-r--r--src/common/resources/resourcemanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/resources/resourcemanager.h b/src/common/resources/resourcemanager.h
index fec71da..36f6fa5 100644
--- a/src/common/resources/resourcemanager.h
+++ b/src/common/resources/resourcemanager.h
@@ -33,6 +33,7 @@ public:
static std::string GetLanguageLocation();
static SDL_RWops* GetSDLFileHandler(const std::string &filename);
static CSNDFile* GetSNDFileHandler(const std::string &filename);
+ static bool Exists(const std::string &filename);
private:
static int SDLSeek(SDL_RWops *context, int offset, int whence);