first commit, on the way to implement window drawing

This commit is contained in:
2026-01-23 19:57:17 +02:00
commit b4913b4764
5 changed files with 32 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
comp:
zig c++ --target=x86_64-windows -o ../build/win32_handmade.exe win32_handmade.cpp
.PHONY: clean
clean:
rm ../build/*