Rename osx directory to src since it's now the official source base
This commit is contained in:
24
src/scenedit/scen.core.h
Normal file
24
src/scenedit/scen.core.h
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
class cDialog;
|
||||
|
||||
short edit_ter_type(ter_num_t which_ter);
|
||||
short edit_monst_type(short which_monst);
|
||||
cMonster edit_monst_abil(cMonster starting_record,short parent_num);
|
||||
short edit_item_type(short which_item);
|
||||
cItemRec edit_item_abil(cItemRec starting_record,short parent_num);
|
||||
void edit_spec_item(short which_item);
|
||||
void edit_save_rects();
|
||||
void edit_horses();
|
||||
void edit_add_town();
|
||||
void edit_item_placement();
|
||||
void edit_scen_details();
|
||||
bool edit_make_scen_2(short& out_w, short& out_h, short& town_l, short& town_m, short& town_s, bool& def_town);
|
||||
bool edit_make_scen_1(std::string& filename,std::string& title,bool& grass);
|
||||
void edit_scenario_events();
|
||||
bool build_scenario();
|
||||
void set_starting_loc();
|
||||
void edit_boats();
|
||||
|
||||
bool check_range_msg(cDialog& me,std::string id,bool losing,long min_val,long max_val,std::string fld_name,std::string xtra);
|
||||
bool check_range(cDialog& me,std::string id,bool losing,long min_val,long max_val,std::string fld_name);
|
||||
bool pick_string(std::string from_file, cDialog& parent, std::string result_fld, std::string str_fld);
|
Reference in New Issue
Block a user