Fixed incorrect get_params function signature
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ struct ProgramOptions
|
||||
std::optional<int> seed;
|
||||
};
|
||||
|
||||
ProgramOptions get_params();
|
||||
ProgramOptions get_params(int argc, char *argv[]);
|
||||
|
||||
Reference in New Issue
Block a user