Change .h -> .hpp in tools/ directory
This commit is contained in:
@@ -3,20 +3,19 @@
|
||||
#include <cstring>
|
||||
#include "scen.global.h"
|
||||
#include "classes.h"
|
||||
#include "graphtool.h"
|
||||
#include "graphtool.hpp"
|
||||
#include "scen.graphics.h"
|
||||
#include "scen.actions.h"
|
||||
#include "soundtool.h"
|
||||
#include "soundtool.hpp"
|
||||
#include "scen.core.h"
|
||||
#include "scen.fileio.h"
|
||||
#include "scen.keydlgs.h"
|
||||
#include "scen.townout.h"
|
||||
#include "scen.menus.h"
|
||||
#include "mathutil.h"
|
||||
#include "fileio.h"
|
||||
//#include "scen.locutils.h"
|
||||
#include "winutil.h"
|
||||
#include "cursors.h"
|
||||
#include "mathutil.hpp"
|
||||
#include "fileio.hpp"
|
||||
#include "winutil.hpp"
|
||||
#include "cursors.hpp"
|
||||
#include "scrollbar.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user