sketch out os api, binary stream writer in js, app sleep when no animation, local and universal time

This commit is contained in:
krzosa
2025-01-04 11:03:36 +01:00
parent 6f795b7ea6
commit dcd1266477
13 changed files with 316 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
fn os_date_t os_date_now(void) {
fn os_date_t os_local_time_now(void) {
os_date_t result = {0};
SYSTEMTIME lt;
GetLocalTime(&lt);