diff options
Diffstat (limited to 'src/cdraw.h')
-rw-r--r-- | src/cdraw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdraw.h b/src/cdraw.h index 1d66b6b..633eea7 100644 --- a/src/cdraw.h +++ b/src/cdraw.h @@ -15,7 +15,7 @@ extern int mouseX, mouseY; extern const unsigned int back_c; unsigned int main_event_handle(); -unsigned int main_window_init(); +unsigned int main_window_init(const char *); unsigned int main_quit(); /* Functions for user bind to something else */ |