gameproperties.cpp 231 B

123456
  1. #include "hotseatgame/gameproperties.h"
  2. unsigned GameProperties::FIELD_ROWS_NUMBER = 8;
  3. unsigned GameProperties::FIELD_COLUMNS_NUMBER = 15;
  4. double GameProperties::CELL_MIN_RADIUS = 15;
  5. double GameProperties::CELL_MAX_RADIUS = 15;