1 2 3 4 5 6 7 8 9
#include "Game.hpp" #include <cstdlib> #include <cstdio> #include <iostream> void Game::editDiff(){ std::cout << "Now editing custom difficulty" << std::endl; }