summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 09:04:15 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 09:04:15 +0100
commit86c09e193ed66420da48a7fd62678286b89dace2 (patch)
tree5d1add9b7fec1f4783407f21ec7ed9ff149e6220 /src/window.h
parent888ce66e186e2892bc30afb5bb97918d504e0ba1 (diff)
working on event loop
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
new file mode 100644
index 0000000..3b676f5
--- /dev/null
+++ b/src/window.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "utils.h"
+
+struct window_s {}; \ No newline at end of file