aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.h')
-rw-r--r--engines/gob/util.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/gob/util.h b/engines/gob/util.h
index 088a78a64d..82e2df94de 100644
--- a/engines/gob/util.h
+++ b/engines/gob/util.h
@@ -28,10 +28,10 @@
#include "common/keyboard.h"
-#include "gob/video.h"
-
namespace Gob {
+class GobEngine;
+
#define KEYBUFSIZE 16
enum MouseButtons {
@@ -121,8 +121,6 @@ public:
void waitEndFrame();
void setScrollOffset(int16 x = -1, int16 y = -1);
- Video::FontDesc *loadFont(const char *path);
-
static void insertStr(const char *str1, char *str2, int16 pos);
static void cutFromStr(char *str, int16 from, int16 cutlen);
static void cleanupStr(char *str);