Move declaration out of the header file
This commit is contained in:
@@ -19,7 +19,7 @@ short cd_process_syskeystroke(HWND window,WPARAM wparam, LPARAM lparam,short *it
|
||||
short cd_process_keystroke(HWND window,WPARAM wparam, LPARAM lparam,short *item);
|
||||
|
||||
void cd_attach_key(short dlog_num,short item_num,char key);
|
||||
void cd_set_pict(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
||||
void cd_set_pict(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
||||
void cd_activate_item(short dlog_num, short item_num, short status);
|
||||
void cd_get_item_text(short dlog_num, short item_num, char *str);
|
||||
void cd_set_item_text(short dlog_num, short item_num, char const *str);
|
||||
@@ -44,14 +44,12 @@ void center_window(HWND window);
|
||||
RECT get_item_rect(HWND hDlg, short item_num);
|
||||
void frame_dlog_rect(HWND hDlg, RECT rect, short val);
|
||||
void draw_dialog_graphic(HWND hDlg, RECT rect, short which_g, Boolean do_frame,short win_or_gworld) ;
|
||||
void showcursor(Boolean a);
|
||||
|
||||
LRESULT CALLBACK fresh_edit_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|
||||
void showcursor(Boolean a);
|
||||
|
||||
void cd_get_text_edit_str(short dlog_num, char *str);
|
||||
void cdsin(short dlog_num, short item_num, short num);
|
||||
void csit(short dlog_num, short item_num, char const *str);
|
||||
void csp(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
||||
void csp(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
||||
void ModalDialog();
|
||||
|
||||
RECT calc_rect(short i, short j);
|
||||
|
Reference in New Issue
Block a user