.h -> .hpp

This commit is contained in:
2015-06-07 01:54:01 -04:00
parent aa5dfe4f69
commit 01d317b007
137 changed files with 707 additions and 714 deletions

View File

@@ -14,7 +14,7 @@
#include "dlogutil.hpp"
#include "gzstream.h"
#include "universe.h"
#include "universe.hpp"
#include "graphtool.hpp"
#include "porting.hpp"

View File

@@ -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"

View File

@@ -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;

View File

@@ -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.

View File

@@ -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);

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {