From a2104deb4cefdcf0cd6bb3a66ef09bb46cba3f66 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 13 Nov 2018 20:05:59 -0800 Subject: GLK: Changing class and namespaces from Gargoyle to Glk --- engines/glk/frotz/frotz.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/glk/frotz/frotz.h') diff --git a/engines/glk/frotz/frotz.h b/engines/glk/frotz/frotz.h index c1fe5dcab6..cecd88637a 100644 --- a/engines/glk/frotz/frotz.h +++ b/engines/glk/frotz/frotz.h @@ -25,7 +25,7 @@ #include "glk/frotz/processor.h" -namespace Gargoyle { +namespace Glk { namespace Frotz { /** @@ -36,7 +36,7 @@ public: /** * Constructor */ - Frotz(OSystem *syst, const GargoyleGameDescription *gameDesc); + Frotz(OSystem *syst, const GlkGameDescription *gameDesc); /** * Destructor @@ -67,6 +67,6 @@ public: extern Frotz *g_vm; } // End of namespace Frotz -} // End of namespace Gargoyle +} // End of namespace Glk #endif -- cgit v1.2.3