aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/supernova.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova/supernova.h')
-rw-r--r--engines/supernova/supernova.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/supernova/supernova.h b/engines/supernova/supernova.h
index 2167df0e90..cac80e14f7 100644
--- a/engines/supernova/supernova.h
+++ b/engines/supernova/supernova.h
@@ -33,6 +33,7 @@
#include "supernova/console.h"
#include "supernova/graphics.h"
+#include "supernova/msn_def.h"
namespace Supernova {
@@ -62,7 +63,8 @@ private:
void playSoundMod(int filenumber);
void stopSound();
void renderImage(int filenumber, int section);
- void renderText(const char *text, int x, int y);
+ void renderMessage(char *text, MessagePosition position);
+ void renderText(const char *text, int x, int y, byte color);
void renderBox(int x, int y, int width, int height, byte color);
};