summaryrefslogtreecommitdiff
path: root/constants.cpp
blob: 4e392f22dd8a9fbb6355ca8a95a09d4f995790a8 (plain)
1
2
3
4
5
6
7
#include "constants.h"

const int BORDEROFFSET = 10;
const int GRIDWIDTH = 600;
const int GRIDHEIGHT = 600;
const int SQUARESIZE = 20;
const int NUMBEROFCELLS = ((GRIDWIDTH*GRIDHEIGHT)/SQUARESIZE)/SQUARESIZE;