mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 12:44:55 -04:00
fast trade and fast actions using ctrl+click
This commit is contained in:
parent
9e5faf53de
commit
6385447b6e
3 changed files with 147 additions and 117 deletions
|
@ -791,6 +791,7 @@ extern T_CLK_MAP clk_main_view[]; //clickovaci mapa pro hlavni vyhled
|
|||
|
||||
void change_click_map(T_CLK_MAP *map,int mapsize);
|
||||
void ms_clicker(EVENT_MSG *msg,void **usr);
|
||||
const T_CLK_MAP * find_in_click_map_entry(int x, int y,T_CLK_MAP *pt,int pocet,int evtype);
|
||||
void restore_click_map(void *map,int mapsize);
|
||||
void save_click_map(void **map,int *mapsize);
|
||||
void set_game_click_map(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue