#include "gamestate.hpp" int main(void) { snakeplusplus::GameEngine game; game.Start(); return 0; }