aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-25 11:42:00 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitfb7dbffd59b797ed00785a2d3762355f9dbb9f7d (patch)
tree51660ec9b613aeeaca7d34295b81d05f7266f1bd /engines/glk/windows.h
parent5cc3d40c2831ef9d0760178b091e668f5b46195f (diff)
downloadscummvm-rg350-fb7dbffd59b797ed00785a2d3762355f9dbb9f7d.tar.gz
scummvm-rg350-fb7dbffd59b797ed00785a2d3762355f9dbb9f7d.tar.bz2
scummvm-rg350-fb7dbffd59b797ed00785a2d3762355f9dbb9f7d.zip
GLK: Merge Fonts class into Screen class
Diffstat (limited to 'engines/glk/windows.h')
-rw-r--r--engines/glk/windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/windows.h b/engines/glk/windows.h
index 7abb9e5ff5..27380fa23e 100644
--- a/engines/glk/windows.h
+++ b/engines/glk/windows.h
@@ -29,7 +29,7 @@
#include "graphics/screen.h"
#include "glk/events.h"
#include "glk/glk_types.h"
-#include "glk/fonts.h"
+#include "glk/screen.h"
#include "glk/selection.h"
#include "glk/streams.h"