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