RythmGame/SimpleGame/src/Source/Main.cpp
2025-06-10 17:40:16 +02:00

6 lines
63 B
C++

#include "Game.hpp"
int main() {
Game game;
game.run();
}