Fixing printing / memory issues, Add stage arena, printing types in errors properly

This commit is contained in:
Krzosa Karol
2022-06-18 09:50:34 +02:00
parent f876b69779
commit 28f89def4b
3 changed files with 48 additions and 42 deletions

View File

@@ -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(