.h -> .hpp
This commit is contained in:
@@ -1,23 +1,22 @@
|
||||
|
||||
#include "boe.global.h"
|
||||
#include "boe.global.hpp"
|
||||
|
||||
#include "universe.h"
|
||||
#include "boe.newgraph.h"
|
||||
#include "boe.graphics.h"
|
||||
#include "boe.fileio.h"
|
||||
#include "boe.actions.h"
|
||||
#include "boe.dlgutil.h"
|
||||
#include "boe.text.h"
|
||||
#include "boe.graphutil.h"
|
||||
#include "boe.items.h"
|
||||
#include "boe.party.h"
|
||||
#include "boe.startup.h"
|
||||
#include "boe.party.h"
|
||||
#include "universe.hpp"
|
||||
#include "boe.newgraph.hpp"
|
||||
#include "boe.graphics.hpp"
|
||||
#include "boe.fileio.hpp"
|
||||
#include "boe.actions.hpp"
|
||||
#include "boe.dlgutil.hpp"
|
||||
#include "boe.text.hpp"
|
||||
#include "boe.graphutil.hpp"
|
||||
#include "boe.items.hpp"
|
||||
#include "boe.party.hpp"
|
||||
#include "boe.party.hpp"
|
||||
#include "soundtool.hpp"
|
||||
#include "fileio.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
#include "winutil.hpp"
|
||||
#include "boe.menus.h"
|
||||
#include "boe.menus.hpp"
|
||||
#include "mathutil.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user