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