This commit is contained in:
@@ -10,11 +10,13 @@
|
||||
[[nodiscard]] bool resetKeybindFile(int layout);
|
||||
|
||||
|
||||
int main() {
|
||||
int main(int arc, char** args) {
|
||||
std::srand(std::time(NULL));
|
||||
|
||||
bool everythingIsOK = true;
|
||||
|
||||
AssetManager::setExePath(args[0]);
|
||||
|
||||
// CHECK PIECES FILES
|
||||
|
||||
PiecesFiles pf;
|
||||
|
||||
Reference in New Issue
Block a user