VERSIÓ 1.0 RC2

- Nova i, espere, definitiva API
This commit is contained in:
2025-05-30 20:16:02 +02:00
parent b6e5dca277
commit 8f98d52385
5 changed files with 264 additions and 380 deletions

View File

@@ -1271,6 +1271,10 @@ void setupdatemode(const int value, const int t) {
timeout = t;
}
int getupdatemode() {
return update_mode;
}
void exit() {
should_exit = true;
should_quit = true;