aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads
diff options
context:
space:
mode:
authorPaul Gilbert2019-04-16 21:21:58 -0700
committerPaul Gilbert2019-04-17 20:46:07 -0700
commit936b9731536d914c35b9632e919b510f3ae46506 (patch)
tree02dbbcb04a44cc17f66e04950fe15d20f0145b88 /engines/glk/tads
parentee8362cc073a02c91038add400f67dc2e6dba683 (diff)
downloadscummvm-rg350-936b9731536d914c35b9632e919b510f3ae46506.tar.gz
scummvm-rg350-936b9731536d914c35b9632e919b510f3ae46506.tar.bz2
scummvm-rg350-936b9731536d914c35b9632e919b510f3ae46506.zip
GLK: GLULXE: Add miscellaneous missing methods
Diffstat (limited to 'engines/glk/tads')
-rw-r--r--engines/glk/tads/tads2/data.cpp6
-rw-r--r--engines/glk/tads/tads2/regex.cpp8
-rw-r--r--engines/glk/tads/tads2/regex.h2
3 files changed, 8 insertions, 8 deletions
diff --git a/engines/glk/tads/tads2/data.cpp b/engines/glk/tads/tads2/data.cpp
index a2bbf741fe..c60fcb2c5f 100644
--- a/engines/glk/tads/tads2/data.cpp
+++ b/engines/glk/tads/tads2/data.cpp
@@ -20,9 +20,9 @@
*
*/
-#include "engines/glk/tads/tads2/data.h"
-#include "engines/glk/tads/tads2/types.h"
-#include "engines/glk/tads/tads2/vocabulary.h"
+#include "glk/tads/tads2/data.h"
+#include "glk/tads/tads2/types.h"
+#include "glk/tads/tads2/vocabulary.h"
#include "common/algorithm.h"
namespace Glk {
diff --git a/engines/glk/tads/tads2/regex.cpp b/engines/glk/tads/tads2/regex.cpp
index c0404202bf..a7f7d99369 100644
--- a/engines/glk/tads/tads2/regex.cpp
+++ b/engines/glk/tads/tads2/regex.cpp
@@ -67,10 +67,10 @@ Notes
numbers.
*/
-#include "engines/glk/tads/tads2/regex.h"
-#include "engines/glk/tads/tads2/ler.h"
-#include "engines/glk/tads/tads2/os.h"
-//#include "engines/glk/tads/tads2/std.h"
+#include "glk/tads/tads2/regex.h"
+#include "glk/tads/tads2/ler.h"
+#include "glk/tads/tads2/os.h"
+//#include "glk/tads/tads2/std.h"
#//include "engines/glk/tads/tads2/ler.h"
namespace Glk {
diff --git a/engines/glk/tads/tads2/regex.h b/engines/glk/tads/tads2/regex.h
index 4c48a8985d..cd975e066b 100644
--- a/engines/glk/tads/tads2/regex.h
+++ b/engines/glk/tads/tads2/regex.h
@@ -24,7 +24,7 @@
#define GLK_TADS_TADS2_REGEX
#include "common/array.h"
-#include "engines/glk/tads/tads2/ler.h"
+#include "glk/tads/tads2/ler.h"
namespace Glk {
namespace TADS {