#include "mygame.hpp" #include "compas.hpp" int main() { MyGame game = MyGame(); game.run(); return 0; }