Codechange: pass command line arguments as std::span to openttd_main
This commit is contained in:
@@ -87,7 +87,7 @@ extern PauseMode _pause_mode;
|
||||
void AskExitGame();
|
||||
void AskExitToGameMenu();
|
||||
|
||||
int openttd_main(int argc, char *argv[]);
|
||||
int openttd_main(std::span<char * const> arguments);
|
||||
void StateGameLoop();
|
||||
void HandleExitGameRequest();
|
||||
|
||||
|
Reference in New Issue
Block a user