aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/staticres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tucker/staticres.cpp')
-rw-r--r--engines/tucker/staticres.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/tucker/staticres.cpp b/engines/tucker/staticres.cpp
index 2a4cdefe9d..9a2402039b 100644
--- a/engines/tucker/staticres.cpp
+++ b/engines/tucker/staticres.cpp
@@ -24,6 +24,7 @@
*/
#include "tucker/tucker.h"
+#include "tucker/graphics.h"
namespace Tucker {
@@ -233,4 +234,12 @@ const uint8 TuckerEngine::_charWidthCharset2[58] = {
0x13, 0x12, 0x10, 0x11, 0x13, 0x14, 0x14, 0x10, 0x13, 0x10,
};
+const Graphics::Charset Graphics::_enCharset = { 10, 8, 32, 3 };
+
+const Graphics::Charset Graphics::_frCharset = { 10, 10, 32, 7 };
+
+const Graphics::Charset Graphics::_creditsCharset = { 19, 10, 16, 7 };
+
+const Graphics::Charset *Graphics::_charset = 0;
+
} // namespace Tucker