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

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