.h -> .hpp
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "dlogutil.hpp"
|
||||
#include "gzstream.h"
|
||||
|
||||
#include "universe.h"
|
||||
#include "universe.hpp"
|
||||
#include "graphtool.hpp"
|
||||
|
||||
#include "porting.hpp"
|
||||
|
@@ -14,8 +14,8 @@
|
||||
|
||||
#include "dlogutil.hpp"
|
||||
|
||||
#include "scenario.h"
|
||||
#include "regtown.h"
|
||||
#include "scenario.hpp"
|
||||
#include "regtown.hpp"
|
||||
#include "map_parse.hpp"
|
||||
#include "special_parse.hpp"
|
||||
#include "graphtool.hpp"
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#include <functional>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include "location.h"
|
||||
#include "location.hpp"
|
||||
#include "pictypes.hpp"
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <iosfwd>
|
||||
#include "location.h"
|
||||
#include "location.hpp"
|
||||
|
||||
enum class eMapFeature {
|
||||
NONE, // Special value, won't appear in the map.
|
||||
|
@@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include "oldstructs.h"
|
||||
#include "location.h"
|
||||
#include "oldstructs.hpp"
|
||||
#include "location.hpp"
|
||||
|
||||
void flip_long(int32_t *s);
|
||||
void flip_spec_node(legacy::special_node_type *spec);
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "dlogutil.hpp"
|
||||
#include "porting.hpp"
|
||||
#include "location.h"
|
||||
#include "location.hpp"
|
||||
|
||||
static int16_t extract_word(char* ptr) {
|
||||
int16_t s = *(int16_t*) ptr;
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <map>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include "cursors.hpp"
|
||||
#include "location.h"
|
||||
#include "location.hpp"
|
||||
|
||||
using ImageRsrc = sf::Image;
|
||||
using CursorRsrc = Cursor;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#ifndef BoE_special_parse_hpp
|
||||
#define BoE_special_parse_hpp
|
||||
|
||||
#include "special.h"
|
||||
#include "special.hpp"
|
||||
#include <boost/spirit/include/classic.hpp>
|
||||
|
||||
enum eParseError {
|
||||
|
Reference in New Issue
Block a user