aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2002-12-26 01:47:40 +0000
committerMax Horn2002-12-26 01:47:40 +0000
commita43355a1bfedcf661f4bc75b396c9e499a3bf812 (patch)
tree7b6af355d268df341fcd609d47962560a4fbdd8f /scumm/intern.h
parent7e7be4f6f3911c428449c727caa06a550fec6e3a (diff)
downloadscummvm-rg350-a43355a1bfedcf661f4bc75b396c9e499a3bf812.tar.gz
scummvm-rg350-a43355a1bfedcf661f4bc75b396c9e499a3bf812.tar.bz2
scummvm-rg350-a43355a1bfedcf661f4bc75b396c9e499a3bf812.zip
reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a NUT based CharsetRenderer)
svn-id: r6162
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index d18235d2e0..9f2636eb26 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -407,9 +407,10 @@ protected:
void decodeParseString(int m, int n);
/* Version 8 Font Stuff */
+/*
void loadCharset(int charset);
NutRenderer *_fr[4];
-
+*/
/* Version 8 script opcodes */
void o8_mod();
void o8_wait();