#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;