aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/mem.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-18 11:29:41 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitada80dedc0d39d76a2cd3c3b4af6c3219738d0bf (patch)
treed94f2b0c7a4616846066794634f59a7783b19836 /engines/glk/frotz/mem.h
parent79f3d946ef23ff121f30d9e429d2c4ab985ce29c (diff)
downloadscummvm-rg350-ada80dedc0d39d76a2cd3c3b4af6c3219738d0bf.tar.gz
scummvm-rg350-ada80dedc0d39d76a2cd3c3b4af6c3219738d0bf.tar.bz2
scummvm-rg350-ada80dedc0d39d76a2cd3c3b4af6c3219738d0bf.zip
GLK: FROTZ: Further merging together of configuration into a new config.cpp file
Diffstat (limited to 'engines/glk/frotz/mem.h')
-rw-r--r--engines/glk/frotz/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/mem.h b/engines/glk/frotz/mem.h
index 3b1b81b21f..d973890605 100644
--- a/engines/glk/frotz/mem.h
+++ b/engines/glk/frotz/mem.h
@@ -24,7 +24,7 @@
#define GLK_FROTZ_MEM
#include "glk/frotz/frotz_types.h"
-#include "glk/frotz/header.h"
+#include "glk/frotz/config.h"
namespace Glk {
namespace Frotz {