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