#pragma once namespace KapitanGame { enum class KPlayer : int { Player1, Player2 }; }