feat: window class

This commit is contained in:
2025-10-04 12:22:21 +02:00
parent 6ba8a0e3f6
commit 4a40fe6e1a
2 changed files with 121 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#ifndef WINDOW_EVENTS_H_
#define WINDOW_EVENTS_H_
struct WindowResized { int w, h; };
struct WindowCloseRequested {};
#endif // WINDOW_EVENTS_H_