#include "KGame.h" int main(int argc, char* args[]) { KapitanGame::KGame game; return game.Run(argc, args); }