Add epoch

This commit is contained in:
2026-04-28 10:33:23 -05:00
parent 19f2a2c616
commit 73e7d6c7f3
17 changed files with 555 additions and 9 deletions
+2 -1
View File
@@ -9,4 +9,5 @@
#include "timesdl2.h"
#define timeTickPlatform timeTickSDL2
#define timeGetDeltaPlatform timeGetDeltaSDL2
#define timeGetDeltaPlatform timeGetDeltaSDL2
#define timeGetRealPlatform timeGetRealSDL2
+1
View File
@@ -7,6 +7,7 @@
#include "timesdl2.h"
#include "assert/assert.h"
#include <time.h>
void timeTickSDL2(void) {
TIME_TICKS_LAST_SDL2 = TIME_TICKS_SDL2;