feat: window class
This commit is contained in:
7
include/window/events/window.h
Normal file
7
include/window/events/window.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef WINDOW_EVENTS_H_
|
||||
#define WINDOW_EVENTS_H_
|
||||
|
||||
struct WindowResized { int w, h; };
|
||||
struct WindowCloseRequested {};
|
||||
|
||||
#endif // WINDOW_EVENTS_H_
|
Reference in New Issue
Block a user