- [FIX] Arreglats paths a version.h en el scripts

- [TEST] Tornat a SDL_GetTicks per a probar si te que vore en el mode 'Benny Hill' de Joup
This commit is contained in:
2026-05-01 15:42:13 +02:00
parent d1e8425b09
commit b51ef4ba64
6 changed files with 14 additions and 10 deletions

View File

@@ -3,12 +3,12 @@
namespace backend
{
uint64_t get_time_ms() {
using namespace std::chrono;
return duration_cast<milliseconds>(
steady_clock::now().time_since_epoch()
).count();
}
// uint64_t get_time_ms() {
// using namespace std::chrono;
// return duration_cast<milliseconds>(
// steady_clock::now().time_since_epoch()
// ).count();
// }
void exit() {
current_state = quitting;