From 645fd792002c01a7a7d2904f8f19b6d81bb84ba5 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sun, 28 Jul 2013 18:05:30 +0100 Subject: [PATCH] Initial commit to branch in which work on legacy support will take place. --- src/backend/legacy-generator.h | 39 ++++++++++++++++++++++++++++++++++ src/backend/legacy-parser.h | 6 ++++-- 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 src/backend/legacy-generator.h diff --git a/src/backend/legacy-generator.h b/src/backend/legacy-generator.h new file mode 100644 index 00000000..ebf68447 --- /dev/null +++ b/src/backend/legacy-generator.h @@ -0,0 +1,39 @@ +/* BOSS + + A "one-click" program for users that quickly optimises and avoids + detrimental conflicts in their TES IV: Oblivion, Nehrim - At Fate's Edge, + TES V: Skyrim, Fallout 3 and Fallout: New Vegas mod load orders. + + Copyright (C) 2009-2012 BOSS Development Team. + + This file is part of BOSS. + + BOSS is free software: you can redistribute + it and/or modify it under the terms of the GNU General Public License + as published by the Free Software Foundation, either version 3 of + the License, or (at your option) any later version. + + BOSS is distributed in the hope that it will + be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with BOSS. If not, see + . + + $Revision: 2188 $, $Date: 2011-01-20 10:05:16 +0000 (Thu, 20 Jan 2011) $ +*/ + +#ifndef __BOSS_LEGACY_GENERATOR__ +#define __BOSS_LEGACY_GENERATOR__ + +// This file holds the code necessary for outputting a list of plugins and a list of global messages as a v2 masterlist. + +#include "metadata.h" +#include "error.h" +#include "game.h" + +namespace boss { + +} diff --git a/src/backend/legacy-parser.h b/src/backend/legacy-parser.h index a62f8c4f..9a21e72d 100644 --- a/src/backend/legacy-parser.h +++ b/src/backend/legacy-parser.h @@ -25,8 +25,10 @@ $Revision: 2188 $, $Date: 2011-01-20 10:05:16 +0000 (Thu, 20 Jan 2011) $ */ -#ifndef __BOSS_GRAMMAR_H__ -#define __BOSS_GRAMMAR_H__ +#ifndef __BOSS_LEGACY_PARSER__ +#define __BOSS_LEGACY_PARSER__ + +// This file holds the code necessary for inputting a v2 masterlist and getting a list of plugins and a list of global messages from it. #ifndef BOOST_SPIRIT_UNICODE #define BOOST_SPIRIT_UNICODE