aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_eob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/gui_eob.h')
-rw-r--r--engines/kyra/gui_eob.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/kyra/gui_eob.h b/engines/kyra/gui_eob.h
index e4daff6ada..5d2fed4dbc 100644
--- a/engines/kyra/gui_eob.h
+++ b/engines/kyra/gui_eob.h
@@ -154,6 +154,13 @@ private:
static const EoBRect16 _highlightFrames[];
static const uint8 _highlightColorTableVGA[];
static const uint8 _highlightColorTableEGA[];
+
+ // FM-Towns specific
+ int checkKatakanaSelection();
+ void printKatakanaOptions(int page);
+
+ int _currentKanaPage;
+ char _csjis[3];
};
} // End of namespace Kyra