DialogXML header extensions -> .hpp

This commit is contained in:
2014-12-22 09:52:58 -05:00
parent 317a01afa1
commit e54c67aaa1
61 changed files with 114 additions and 114 deletions

View File

@@ -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"

View File

@@ -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;

View File

@@ -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;

View File

@@ -10,7 +10,7 @@
#include "mathutil.h"
#include "oldstructs.h"
#include "fileio.h"
#include "dlogutil.h"
#include "dlogutil.hpp"
#import <fstream>
using std::endl;

View File

@@ -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();

View File

@@ -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*/;

View File

@@ -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};

View File

@@ -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 */

View File

@@ -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;