Fix header.

This commit is contained in:
Themaister 2012-05-25 22:30:40 +02:00
parent a2e7805524
commit 4fdfe6a935

View File

@ -50,6 +50,7 @@ bool sdlwrap_set_video_mode(
bool sdlwrap_init(void);
void sdlwrap_destroy(void);
void sdlwrap_get_video_size(unsigned *width, unsigned *height);
void sdlwrap_update_window_title(bool reset);
void sdlwrap_swap_buffers(void);