diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 09:04:15 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 09:04:15 +0100 |
| commit | 86c09e193ed66420da48a7fd62678286b89dace2 (patch) | |
| tree | 5d1add9b7fec1f4783407f21ec7ed9ff149e6220 /src/window.h | |
| parent | 888ce66e186e2892bc30afb5bb97918d504e0ba1 (diff) | |
working on event loop
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 5 |
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 |
