#include "client/GameClient.h" int main(int /*argc*/, char** /*argv*/) { GameClient::start(1024, 620, "Test"); return 0; }