added worldarea -> will be responsible for world map rendering
[dboe.git] / dlgutils.h
bloba34c9811d8a86a06d83b0168fe61bcdb608a9855
1 void start_shop_mode(short shop_type,short shop_min,short shop_max,short cost_adj,char *store_name);
2 void end_shop_mode();
3 void handle_shop_event(POINT p,Boolean right_button);
4 void handle_sale(short what_chosen,short cost);
5 void handle_info_request(short what_chosen);
6 void set_up_shop_array();
7 void start_talk_mode(short m_num,short personality,unsigned char monst_type,short store_face_pic);
8 void end_talk_mode();
9 void handle_talk_event(POINT p,Boolean right_button);
10 void handle_talk_spec(short ttype,char *place_string1,char *place_string2);
11 void store_responses();
12 void put_num_in_text(short num_to_put,HWND the_dialog,short item_num);
13 long get_text_item_num(short item_num,HWND the_dialog);
14 void do_sign(short town_num, short which_sign, short sign_type,location sign_loc);
15 void give_reg_info_event_filter (short item_hit);
16 void give_reg_info();
17 void do_registration_event_filter (short item_hit);
18 void do_registration();
19 void do_update_registration();
20 void do_talk(short personality, unsigned char m_num);
21 void edit_party_event_filter (short item_hit);
22 void put_party_stats();
23 void edit_party(short can_create,short can_cancel);
24 Boolean prefs_event_filter (short item_hit);
25 void pick_preferences() ;
28 void sign_event_filter (short item_hit);
29 void tip_of_day_event_filter (short item_hit);
30 void tip_of_day();
31 void max_window(HWND window);
33 void put_scen_info();
34 void pick_a_scen_event_filter (short item_hit);
35 short pick_a_scen();
36 short pick_prefab_scen();
37 void pick_prefab_scen_event_filter (short item_hit);
38 void give_password_filter (short item_hit);
39 Boolean enter_password();
40 short wd_to_pwd(char *str);