#include "2048.hpp" #include "menu.hpp" int main() { Menu::startMenu(); return 0; }