Split dlogutil.hpp into separate headers for each dialog
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
|
||||
#include "dlogutil.hpp"
|
||||
#include "strdlog.hpp"
|
||||
#include "oldstructs.hpp"
|
||||
#include "scenario.hpp"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "scenario.hpp"
|
||||
#include "universe.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
#include "strdlog.hpp"
|
||||
#include "oldstructs.hpp"
|
||||
#include "fileio.hpp"
|
||||
#include "mathutil.hpp"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <sstream>
|
||||
|
||||
#include "scenario.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
#include "strdlog.hpp"
|
||||
#include "oldstructs.hpp"
|
||||
#include "fileio.hpp"
|
||||
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
#include <sstream>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "dlogutil.hpp"
|
||||
#include "strdlog.hpp"
|
||||
#include "oldstructs.hpp"
|
||||
#include "graphtool.hpp"
|
||||
|
||||
cSpecial::cSpecial(){
|
||||
type = eSpecType::NONE;
|
||||
|
||||
Reference in New Issue
Block a user