summaryrefslogtreecommitdiff
path: root/prge_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'prge_window.h')
-rw-r--r--prge_window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/prge_window.h b/prge_window.h
new file mode 100644
index 0000000..e79ee86
--- /dev/null
+++ b/prge_window.h
@@ -0,0 +1,6 @@
+#ifndef PRGE_WINDOW_H
+#define PRGE_WINDOW_H
+
+Window window_init(S32 width, S32 height, Str8 name);
+
+#endif /* PRGE_WINDOW_H */