Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class VkWindowObserver{
- public:
- virtual void onInitialized(VkWindow*) = 0;
- virtual void onResized(VkWindow*, int w, int h) = 0;
- virtual void onPaint(VkWindow*) = 0;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement