Files
coding-game/include/window/events/window.h
2025-10-04 12:22:21 +02:00

7 lines
146 B
C

#ifndef WINDOW_EVENTS_H_
#define WINDOW_EVENTS_H_
struct WindowResized { int w, h; };
struct WindowCloseRequested {};
#endif // WINDOW_EVENTS_H_