.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

@@ -6,12 +6,12 @@
//
//
#include "universe.h" // Include before Cocoa because the Cocoa header defines things that cause compilation errors in here
#include "universe.hpp" // Include before Cocoa because the Cocoa header defines things that cause compilation errors in here
#include <Cocoa/Cocoa.h>
#include <memory>
#include <algorithm>
#include "fileio.hpp"
#include "boe.global.h"
#include "boe.global.hpp"
#include "dlogutil.hpp"
extern void finish_load_party();