// BattleCap.cpp: определяет точку входа для приложения. // #include "stdafx.h" int main() { Game game; game.init(); game.play(); return 0; }