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