mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 12:44:55 -04:00
- #3 fix issues reported by an ARM64 compiler (2)
This commit is contained in:
parent
27c803f040
commit
f9e5b3d1e9
5 changed files with 10 additions and 10 deletions
|
@ -1763,8 +1763,8 @@ char clk_enter(int id,int xa,int ya,int xr,int yr);
|
|||
//menu
|
||||
int enter_menu(char open); //task!
|
||||
void titles(va_list args); //task!
|
||||
void run_titles(va_list args); //task!
|
||||
void effect_show(void); //effektni zobrazeni
|
||||
void run_titles(void );
|
||||
void effect_show(void); //effektni zobrazeni
|
||||
void konec_hry(void);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue