DialogXML header extensions -> .hpp
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
//#include "scen.locutils.h"
|
||||
#include "winutil.h"
|
||||
#include "cursors.h"
|
||||
#include "scrollbar.h"
|
||||
#include "dlogutil.h"
|
||||
#include "scrollbar.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
|
||||
#include "scen.btnmg.h"
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include "scen.graphics.h"
|
||||
#include <cmath>
|
||||
#include "scen.btnmg.h"
|
||||
#include "scrollbar.h"
|
||||
#include "scrollbar.hpp"
|
||||
|
||||
//extern piles_of_stuff_dumping_type *data_store;
|
||||
extern rectangle right_sbar_rect;
|
||||
|
@@ -13,10 +13,10 @@
|
||||
#include "scen.fileio.h"
|
||||
#include "scen.actions.h"
|
||||
#include "scen.menus.h"
|
||||
#include "dialog.h"
|
||||
#include "dlogutil.h"
|
||||
#include "dialog.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
#include "fileio.h"
|
||||
#include "field.h"
|
||||
#include "field.hpp"
|
||||
#include "restypes.hpp"
|
||||
|
||||
extern short cen_x, cen_y,/* overall_mode,*/cur_town;
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#include "mathutil.h"
|
||||
#include "oldstructs.h"
|
||||
#include "fileio.h"
|
||||
#include "dlogutil.h"
|
||||
#include "dlogutil.hpp"
|
||||
|
||||
#import <fstream>
|
||||
using std::endl;
|
||||
|
@@ -12,11 +12,11 @@
|
||||
#include "mathutil.h"
|
||||
#include "boe.consts.h" // TODO: Put these constants in a global file
|
||||
|
||||
#include "dialog.h"
|
||||
#include "dialog.hpp"
|
||||
|
||||
#include "scen.core.h"
|
||||
#include "scen.townout.h"
|
||||
#include "scrollbar.h"
|
||||
#include "scrollbar.hpp"
|
||||
#include "restypes.hpp"
|
||||
|
||||
void load_main_screen();
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include "scen.graphics.h"
|
||||
#include "scen.keydlgs.h"
|
||||
#include "scen.core.h"
|
||||
#include "dlogutil.h"
|
||||
#include "dlogutil.hpp"
|
||||
#include "restypes.hpp"
|
||||
|
||||
extern short cen_x, cen_y/*, overall_mode*/;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
#include <string>
|
||||
#include "pict.h" // for ePicType
|
||||
#include "pict.hpp" // for ePicType
|
||||
class cDialog;
|
||||
|
||||
enum eStrType {STRT_MONST, STRT_ITEM, STRT_TER, STRT_BUTTON};
|
||||
|
@@ -15,10 +15,10 @@
|
||||
#include "scen.keydlgs.h"
|
||||
#include "mathutil.h"
|
||||
#include "fileio.h"
|
||||
#include "scrollbar.h"
|
||||
#include "scrollbar.hpp"
|
||||
#include "winutil.h"
|
||||
#include "cursors.h"
|
||||
#include "dlogutil.h"
|
||||
#include "dlogutil.hpp"
|
||||
#include "scen.menus.h"
|
||||
|
||||
/* Globals */
|
||||
|
@@ -10,8 +10,8 @@
|
||||
#include "scen.fileio.h"
|
||||
#include "scen.core.h"
|
||||
#include "mathutil.h"
|
||||
#include "button.h"
|
||||
#include "dlogutil.h"
|
||||
#include "button.hpp"
|
||||
#include "dlogutil.hpp"
|
||||
#include "winutil.h"
|
||||
|
||||
extern short cen_x, cen_y, overall_mode;//,user_given_password;
|
||||
|
Reference in New Issue
Block a user