.h -> .hpp
This commit is contained in:
@@ -2,27 +2,27 @@
|
||||
#include <cstdio>
|
||||
#include <queue>
|
||||
|
||||
#include "boe.global.h"
|
||||
#include "boe.global.hpp"
|
||||
|
||||
#include "universe.h"
|
||||
#include "universe.hpp"
|
||||
|
||||
#include "boe.graphutil.h"
|
||||
#include "boe.graphics.h"
|
||||
#include "boe.newgraph.h"
|
||||
#include "boe.fileio.h"
|
||||
#include "boe.items.h"
|
||||
#include "boe.itemdata.h"
|
||||
#include "boe.monster.h"
|
||||
#include "boe.town.h"
|
||||
#include "boe.combat.h"
|
||||
#include "boe.party.h"
|
||||
#include "boe.text.h"
|
||||
#include "boe.graphutil.hpp"
|
||||
#include "boe.graphics.hpp"
|
||||
#include "boe.newgraph.hpp"
|
||||
#include "boe.fileio.hpp"
|
||||
#include "boe.items.hpp"
|
||||
#include "boe.itemdata.hpp"
|
||||
#include "boe.monster.hpp"
|
||||
#include "boe.town.hpp"
|
||||
#include "boe.combat.hpp"
|
||||
#include "boe.party.hpp"
|
||||
#include "boe.text.hpp"
|
||||
#include "soundtool.hpp"
|
||||
#include "boe.locutils.h"
|
||||
#include "boe.specials.h"
|
||||
#include "boe.infodlg.h"
|
||||
#include "boe.locutils.hpp"
|
||||
#include "boe.specials.hpp"
|
||||
#include "boe.infodlg.hpp"
|
||||
#include "mathutil.hpp"
|
||||
#include "boe.main.h"
|
||||
#include "boe.main.hpp"
|
||||
#include "graphtool.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
#include "fileio.hpp"
|
||||
|
Reference in New Issue
Block a user