aboutsummaryrefslogtreecommitdiff
path: root/gui/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/console.h')
-rw-r--r--gui/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/console.h b/gui/console.h
index 289bdb8441..be9cb1c467 100644
--- a/gui/console.h
+++ b/gui/console.h
@@ -22,6 +22,7 @@
#define CONSOLE_DIALOG_H
#include "dialog.h"
+#include "newgui.h"
#include "common/str.h"
#include "common/list.h"
@@ -52,6 +53,7 @@ protected:
bool _caretVisible;
uint32 _caretTime;
+ byte _caretBuf[kLineHeight * kCharWidth * 2];
ScrollBarWidget *_scrollBar;
@@ -72,6 +74,7 @@ public:
protected:
void drawCaret(bool erase);
+ void putcharIntern(int c);
void print(const char *str);
void nextLine();
void updateScrollBar();