make the definition use *PARAMs

This commit is contained in:
Sylae Corell
2014-08-01 11:57:39 -06:00
parent 2510968103
commit 3a014c4fee

View File

@@ -27,7 +27,7 @@ void cursor_stay();
Boolean verify_restore_quit(short mode); Boolean verify_restore_quit(short mode);
void max_window(HWND window); void max_window(HWND window);
void update_item_menu(short mode); void update_item_menu(short mode);
void check_cd_event(HWND hwnd,UINT message,UINT wparam,LONG lparam); void check_cd_event(HWND hwnd,UINT message,WPARAM wparam,LPARAM lparam);
scen_item_data_type scen_item_list; scen_item_data_type scen_item_list;
short item_menus_lock=1; short item_menus_lock=1;