#ifndef MAZEOFLIFE_H #define MAZEOFLIFE_H const int WIDTH = 30; const int HEIGHT = 30; #endif