Update events.c
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ bool pause_f = false; // pause flag
|
||||
bool quit = false; // quit flag
|
||||
bool gradient_d = false; // gradient direction flag
|
||||
|
||||
int handle_events () {
|
||||
int handle_events(void) {
|
||||
|
||||
////////////////////////////// EVENT LOOP //////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user