1// (c) 2020 Vlad-Stefan Harbuz <vlad@vladh.net>
2 3#pragma once 4 5structWindowSize{ 6i32width;// in pixels (size of framebuffer)
7i32height;// in pixels (size of framebuffer)
8u32screencoord_width;// in screen coordinates
9u32screencoord_height;// in screen coordinates
10};11