aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/conf.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/conf.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/conf.h')
-rw-r--r--engines/glk/conf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/glk/conf.h b/engines/glk/conf.h
index bf68e343f9..ca9de2ed08 100644
--- a/engines/glk/conf.h
+++ b/engines/glk/conf.h
@@ -24,13 +24,10 @@
#define GLK_CONF_H
#include "glk/glk_types.h"
-#include "glk/fonts.h"
#include "glk/windows.h"
namespace Glk {
-
-
/**
* Engine configuration
*/