aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/toon.h')
-rw-r--r--engines/toon/toon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/toon/toon.h b/engines/toon/toon.h
index efb473fef8..cbabaff129 100644
--- a/engines/toon/toon.h
+++ b/engines/toon/toon.h
@@ -33,6 +33,7 @@
#include "toon/state.h"
#include "toon/picture.h"
#include "toon/anim.h"
+#include "toon/subtitles.h"
#include "toon/movie.h"
#include "toon/font.h"
#include "toon/text.h"
@@ -212,6 +213,8 @@ public:
void waitForScriptStep();
void doMagnifierEffect();
+ void drawCustomText(int16 x, int16 y, char* line, Graphics::Surface* frame, char color);
+
bool canSaveGameStateCurrently();
bool canLoadGameStateCurrently();
void pauseEngineIntern(bool pause);