aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/regex.cpp
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/tads2/regex.cpp
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/tads2/regex.cpp')
-rw-r--r--engines/glk/tads/tads2/regex.cpp8
1 files changed, 4 insertions, 4 deletions
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 {