summaryrefslogtreecommitdiffstats
path: root/main.cpp
blob: 320fd805822c13604f57b668f1aed6a52fc75db0 (plain) (blame)
1
2
3
4
5
6
7
#include "Game.hpp"

int main() {
    Game game;
    game.MainLoop();
    return 0;
}