aboutsummaryrefslogtreecommitdiff
path: root/src/engine/draw_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/draw_screen.h')
-rw-r--r--src/engine/draw_screen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/engine/draw_screen.h b/src/engine/draw_screen.h
new file mode 100644
index 0000000..4af5865
--- /dev/null
+++ b/src/engine/draw_screen.h
@@ -0,0 +1,9 @@
+#pragma once
+
+
+// every function call for drawing the screen goes here.
+#include "engine/maths.h"
+
+#include <stdint.h>
+uint16_t hh_world_to_tile(vec2 pos);
+void hh_draw_screen(vec2 viewport); \ No newline at end of file