aboutsummaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/draw.h b/draw.h
deleted file mode 100644
index 617569b..0000000
--- a/draw.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <GLFW/glfw3.h>
-
-/** @brief draw loop iteration, called once for every frame */
-void draw(GLFWwindow*);
-