mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 01:41:59 -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
|
@ -38,6 +38,7 @@ void game_display_sprite_set_zindex(int sprite_id, int zindex);
|
|||
void game_display_hide_sprite(int sprite_id);
|
||||
///unload sprite and free index
|
||||
void game_display_unload_sprite(int sprite);
|
||||
void game_display_disable_crt_effect_temporary(char disable);
|
||||
|
||||
void *DxPrepareWalk(int ypos);
|
||||
void DxZoomWalk(void *handle, int ypos, int *points,float phase, void *lodka);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue