aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-10-18 01:27:33 +0000
committerVicent Marti2008-10-18 01:27:33 +0000
commit46b036ab6aea23319ac4a3fdfb0faa13bc3cc3dd (patch)
treec1951b62b6f2a455ef06a4b5e0e72eb823fbdcd4 /gui/theme.h
parent3644910f0d7d0ccf09b9453e8a9d8898c668b870 (diff)
downloadscummvm-rg350-46b036ab6aea23319ac4a3fdfb0faa13bc3cc3dd.tar.gz
scummvm-rg350-46b036ab6aea23319ac4a3fdfb0faa13bc3cc3dd.tar.bz2
scummvm-rg350-46b036ab6aea23319ac4a3fdfb0faa13bc3cc3dd.zip
ImageManager: Added support for generic archives (zips and folders).
Theme Font Loading: Added support for generic archives. ThemeEngine: Removed dependency on Common::File and File::AddDefaultPath for image and font loading. svn-id: r34815
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 3d114ae207..45c81a06cf 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -337,6 +337,7 @@ public:
protected:
const Graphics::Font *loadFont(const Common::String &filename);
+ const Graphics::Font *loadFontFromArchive(const Common::String &filename);
Common::String genCacheFilename(const char *filename);
public: