Stage arena is not a sub

This commit is contained in:
Krzosa Karol
2022-06-18 09:53:40 +02:00
parent 28f89def4b
commit 3ba8bd08fb
3 changed files with 5 additions and 4 deletions

View File

@@ -69,9 +69,6 @@ WinMain :: (hInstance: HINSTANCE, hPrevInstance: HINSTANCE, lpCmdLine: LPSTR, nS
}
assert(RegisterClassW(&w) != 0)
buff: *char = allocate(100)
thing: int = buff
screen_size: Vec2I = {1280, 720}
window := CreateWindowExW(
dwExStyle = 0, hWndParent = 0, hMenu = 0, lpParam = 0,