mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 18:31:52 -04:00
implement achievements, console supports copy to clipboard
This commit is contained in:
parent
f5450c0f92
commit
936bafca5a
12 changed files with 133 additions and 25 deletions
|
@ -85,8 +85,9 @@ char change_current_directory(const char *path);
|
|||
void *map_file_to_memory(const char *name, size_t *sz);
|
||||
void unmap_file(void *ptr, size_t sz);
|
||||
|
||||
char copy_text_to_clipboard(const char *);
|
||||
|
||||
void ShareCPU(void);
|
||||
void SetWheelMapping(char up, char down);
|
||||
|
||||
char get_control_key_state(void);
|
||||
char get_shift_key_state(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue