From df74a209ca8496f08283285337181ea73a69b78f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 2 Jan 2019 23:24:50 -0800 Subject: GLK: FROTZ: Keep mono & prop font sizes to be the same for v6 games --- engines/glk/frotz/frotz.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/glk/frotz/frotz.h') diff --git a/engines/glk/frotz/frotz.h b/engines/glk/frotz/frotz.h index d05971a540..b5de82d7f8 100644 --- a/engines/glk/frotz/frotz.h +++ b/engines/glk/frotz/frotz.h @@ -28,10 +28,13 @@ namespace Glk { namespace Frotz { +class FrotzScreen; + /** * Frotz interpreter for Z-code games */ class Frotz : public Processor { + friend class FrotzScreen; protected: /** * Create the screen class -- cgit v1.2.3