Fixed compiler warnings for Windows builds.
Added -Werror to Windows makefiles.
This commit is contained in:
parent
334992ef54
commit
2b892d2a7a
168 changed files with 1927 additions and 1963 deletions
10
src/video.h
10
src/video.h
|
|
@ -85,3 +85,13 @@ extern int vid_resize;
|
|||
void video_wait_for_blit();
|
||||
void video_wait_for_buffer();
|
||||
void loadfont(char *s, int format);
|
||||
|
||||
void initvideo();
|
||||
void video_init();
|
||||
void closevideo();
|
||||
|
||||
void video_updatetiming();
|
||||
|
||||
void hline(BITMAP *b, int x1, int y, int x2, uint32_t col);
|
||||
|
||||
void destroy_bitmap(BITMAP *b);
|
||||
|
|
|
|||
Loading…
Reference in a new issue