From 368082ade283956c66f92b6385496515952133f7 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 29 Oct 2006 13:54:47 +0000 Subject: [PATCH] added include support to script parser git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@57 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/script/parser.cpp | 40 +++++++++++++++++++++++++++++++++++++--- src/script/script.hpp | 2 -- src/util/string.cpp | 29 ++++++++++++++++++----------- src/util/string.hpp | 4 ++++ 4 files changed, 59 insertions(+), 16 deletions(-) diff --git a/src/script/parser.cpp b/src/script/parser.cpp index 2df80b55..9bc3360b 100644 --- a/src/script/parser.cpp +++ b/src/script/parser.cpp @@ -9,6 +9,7 @@ #include