Compile with odin.exe and no run.bat

This is win32 only and requires CreateProcessA
This commit is contained in:
gingerBill
2016-08-16 12:33:11 +01:00
parent 6f7f82d877
commit 5da6b74567
9 changed files with 320 additions and 57 deletions
-2
View File
@@ -33,7 +33,6 @@ win32_print_last_error :: proc() {
}
main :: proc() {
/*
wc: WNDCLASSEXA;
instance := GetModuleHandleA(null);
@@ -114,5 +113,4 @@ main :: proc() {
sleep_ms(16);
}
*/
}