a lot of changes and support languages

This commit is contained in:
Ondřej Novák 2025-02-07 20:26:54 +01:00
parent 185a6e5382
commit f55f92a88b
38 changed files with 1221 additions and 467 deletions

View file

@ -8,10 +8,6 @@
#include "platform.h"
void display_error(const char *text) {
std::cerr << "ERROR:" << text << std::endl;
abort();
}
static std::uint32_t gtick = get_game_tick_count();