summaryrefslogtreecommitdiffhomepage
path: root/src/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input.h b/src/input.h
deleted file mode 100644
index 274489c..0000000
--- a/src/input.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-#include <GLFW/glfw3.h>
-
-void processInput(GLFWwindow *window);