Fix some compiler warnings

This commit is contained in:
jacksonmj
2011-02-20 01:29:30 +00:00
parent 1ae599d63e
commit b3278cf888
4 changed files with 21 additions and 19 deletions

View File

@@ -179,4 +179,5 @@ int parse_save(void *save, int size, int replace, int x0, int y0);
void clear_sim(void);
void del_stamp(int d);
void sdl_seticon(void);
int process_command(pixel *vid_buf, char *console, char *console_error);
#endif