summaryrefslogtreecommitdiff
path: root/src/game/edit.cpp
blob: 53605ca8340a636392b16a6592856ec0f77b838a (plain)
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;
}