mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 10:46:44 -04:00
fix many warnings (hope everything will work)
This commit is contained in:
parent
cddb569580
commit
858c4384e8
57 changed files with 911 additions and 807 deletions
|
@ -99,7 +99,7 @@ extern char *otevri_zavoru;
|
|||
//extern int curtask;
|
||||
//extern char *task_info;
|
||||
|
||||
void init_events();
|
||||
void init_events(void);
|
||||
// inicalizuje zakladni strom udalosto
|
||||
void send_message(int message,...);
|
||||
|
||||
|
@ -121,8 +121,8 @@ static __inline void shift_message(EVENT_MSG *msg) {
|
|||
msg->msg = va_arg(msg->data, int);
|
||||
}
|
||||
|
||||
void do_events();
|
||||
void escape();
|
||||
void do_events(void);
|
||||
void escape(void);
|
||||
|
||||
#include <legacy_coroutines.h>
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue