Stage arena is not a sub
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user