aboutsummaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
new file mode 100644
index 0000000..39855da
--- /dev/null
+++ b/src/window.c
@@ -0,0 +1,13 @@
+#include "../include/mgl/window.h"
+
+void mgl_window_init(mgl_window *self) {
+
+}
+
+void mgl_window_deinit(mgl_window *self) {
+
+}
+
+void mgl_window_show(mgl_window *self) {
+
+}