7 lines
146 B
C
7 lines
146 B
C
#ifndef WINDOW_EVENTS_H_
|
|
#define WINDOW_EVENTS_H_
|
|
|
|
struct WindowResized { int w, h; };
|
|
struct WindowCloseRequested {};
|
|
|
|
#endif // WINDOW_EVENTS_H_
|