about summary refs log tree commit diff stats
path: root/src/pong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pong.h')
-rw-r--r--src/pong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pong.h b/src/pong.h
index 1103475..97f4457 100644
--- a/src/pong.h
+++ b/src/pong.h
@@ -75,5 +75,6 @@ void set_screen_mode();
 bool pause_screen(Camera2D *MainCamera);
 int player_controls();
 int player_controls_pressed();
+void clear_input_buffer();
 
 #endif