creer une map

This commit is contained in:
YANNIS
2025-05-29 19:20:01 +02:00
parent 62a0b9719f
commit 8d6214f12e
5 changed files with 36 additions and 14 deletions
+1
View File
@@ -5,6 +5,7 @@
int main (void){
try{
Game game;
game.Run();
} catch (const std::exception& e) {
std::cerr << "Error: " << e.what() << std::endl;
return 1;