This commit is contained in:
Krzosa Karol
2023-03-28 21:43:28 +02:00
parent 5495f96b3b
commit 622a5bd487
9 changed files with 35 additions and 42 deletions

View File

@@ -192,3 +192,5 @@ os_time() {
F64 result = time / 1000000.0; // Microseconds to seconds
return result;
}
bool os_enable_console_colors() { return true; }