aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 948ef21023..966c792042 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -32,12 +32,11 @@
#include "graphics/surface.h"
#include "graphics/font.h"
-#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.2"
namespace Graphics {
struct DrawStep;
class VectorRenderer;
- class Font;
}
namespace GUI {
@@ -53,7 +52,6 @@ class ThemeEval;
class ThemeItem;
class ThemeParser;
-
/**
* DrawData sets enumeration.
* Each DD set corresponds to the actual looks
@@ -533,8 +531,8 @@ protected:
const Graphics::Font *loadFont(const Common::String &filename);
const Graphics::Font *loadFontFromArchive(const Common::String &filename);
const Graphics::Font *loadCachedFontFromArchive(const Common::String &filename);
- Common::String genCacheFilename(const char *filename);
- Common::String genLocalizedFontFilename(const char *filename);
+ Common::String genCacheFilename(const Common::String &filename) const;
+ Common::String genLocalizedFontFilename(const Common::String &filename) const;
/**
* Actual Dirty Screen handling function.