#include "hotseatgame/gameproperties.h" unsigned GameProperties::FIELD_ROWS_NUMBER = 8; unsigned GameProperties::FIELD_COLUMNS_NUMBER = 15; double GameProperties::CELL_MIN_RADIUS = 15; double GameProperties::CELL_MAX_RADIUS = 15;