win32 drawing text

This commit is contained in:
Krzosa Karol
2025-01-08 09:34:53 +01:00
parent 7c282bacb2
commit 189902dae6
17 changed files with 11794 additions and 46 deletions

View File

@@ -30,4 +30,5 @@ fn f64 os_get_milliseconds(void) {
f64 secs = os_seconds_now();
f64 result = secs * 1000;
return result;
}
}