Skip to content

Instantly share code, notes, and snippets.

@PoetaKodu
Created January 28, 2017 21:16
Show Gist options
  • Save PoetaKodu/f8549c9e632ba93afd8704014dc21dc8 to your computer and use it in GitHub Desktop.
Save PoetaKodu/f8549c9e632ba93afd8704014dc21dc8 to your computer and use it in GitHub Desktop.
#include "Include/Game.hpp"
int main()
{
auto &game = CGame::Instance();
game.Run();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment