This commit is contained in:
Бранимир Караџић
2024-06-16 15:53:44 -07:00
parent 747e6b77eb
commit 03fe74eafb
10 changed files with 44 additions and 39 deletions

View File

@@ -6,7 +6,7 @@
#include <bx/timer.h>
#if BX_CRT_NONE
# include "crt0.h"
# include <bx/crt0.h>
#elif BX_PLATFORM_ANDROID
# include <time.h> // clock, clock_gettime
#elif BX_PLATFORM_EMSCRIPTEN