Removed generator, upon further thinking it isn't actually possible.

This commit is contained in:
WrinklyNinja
2013-07-28 18:57:04 +01:00
parent 968c4390a6
commit 412b06bde8
-39
View File
@@ -1,39 +0,0 @@
/* 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
<http://www.gnu.org/licenses/>.
$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 {
}