Split dlogutil.hpp into separate headers for each dialog
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <fstream>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
|
||||
#include "dlogutil.hpp"
|
||||
#include "strdlog.hpp"
|
||||
#include "gzstream.h"
|
||||
|
||||
#include "universe.hpp"
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "dlogutil.hpp"
|
||||
#include "strdlog.hpp"
|
||||
|
||||
#include "scenario.hpp"
|
||||
#include "regtown.hpp"
|
||||
|
@@ -15,11 +15,14 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
#include "dlogutil.hpp"
|
||||
#include "strdlog.hpp"
|
||||
#include "porting.hpp"
|
||||
#include "location.hpp"
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
|
||||
static int16_t extract_word(char* ptr) {
|
||||
int16_t s = *(int16_t*) ptr;
|
||||
flip_short(&s);
|
||||
|
Reference in New Issue
Block a user