diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:17:45 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:17:45 +0100 |
| commit | 55991c396cddc8ec27182dc5cfe64fdef61da064 (patch) | |
| tree | e2e5b80a2d27d3d717a3be1e7240ecb5cd1b298c /src/window.h | |
| parent | 80dcfa99fef3684d506ee8f96298563433b10e74 (diff) | |
turning hashset into hashmap
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 3b676f5..38a61c0 100644 --- a/src/window.h +++ b/src/window.h @@ -2,4 +2,6 @@ #include "utils.h" +typedef u32 window_id_t; + struct window_s {};
\ No newline at end of file |
