Fixing printing / memory issues, Add stage arena, printing types in errors properly
This commit is contained in:
@@ -70,6 +70,7 @@ 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(
|
||||
|
||||
Reference in New Issue
Block a user