mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 22:20:30 -04:00
linux release build, cleanup repository
This commit is contained in:
parent
529b3e8bf8
commit
3d8ee275e4
441 changed files with 280 additions and 65861 deletions
|
@ -225,3 +225,8 @@ char game_display_is_quit_requested() {
|
|||
void game_display_cancel_quit_request() {
|
||||
return get_sdl_global_context().cancel_quit_request();
|
||||
}
|
||||
|
||||
void game_display_set_icon(const void *icon_data, size_t icon_size) {
|
||||
auto &sdl = get_sdl_global_context();
|
||||
sdl.set_window_icon(icon_data, icon_size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue