From 67abc25311d9dc7d12b28d07aaa37fcaf9b5fee5 Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sun, 11 Feb 2024 00:22:58 +0200 Subject: fix some warnings and compilation errors --- src/cdraw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cdraw.h') 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 */ -- cgit v1.2.3