Add no-update flag

This commit is contained in:
Tixx
2024-09-23 00:00:27 +02:00
parent 2ddb576e72
commit 467c8dc584
3 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ struct Options {
unsigned int port = 4444;
bool verbose = false;
bool no_download = false;
bool no_update = false;
bool no_launch = false;
char **game_arguments = nullptr;
int game_arguments_length = 0;