From ef598f2d8c7594ae1e8c3aa768ca3480707a0ade Mon Sep 17 00:00:00 2001 From: twanvl Date: Mon, 4 Aug 2008 19:55:34 +0000 Subject: [PATCH] command line interface can now execute scripts git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1053 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/cli/cli_main.cpp | 106 +++++++++++++++++++++++++++++----- src/cli/cli_main.hpp | 16 ++++- src/cli/win32_cli_wrapper.cpp | 8 ++- 3 files changed, 108 insertions(+), 22 deletions(-) diff --git a/src/cli/cli_main.cpp b/src/cli/cli_main.cpp index 595ee6f5..8ea5f75e 100644 --- a/src/cli/cli_main.cpp +++ b/src/cli/cli_main.cpp @@ -10,11 +10,17 @@ #include #include #include +#include