about summary refs log tree commit diff stats
path: root/src/controls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls.c')
-rw-r--r--src/controls.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/controls.c b/src/controls.c
new file mode 100644
index 0000000..ac5aa3d
--- /dev/null
+++ b/src/controls.c
@@ -0,0 +1,5 @@
+#include "pong.h"
+
+int player_controls() {
+	return(0);
+}