- #3 fix issues reported by an ARM64 compiler (2)

This commit is contained in:
Ondřej Novák 2025-05-01 14:03:27 +02:00
parent 27c803f040
commit f9e5b3d1e9
5 changed files with 10 additions and 10 deletions

View file

@ -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);