1 2 3 4 5 6 7
#ifndef BOARD_H #define BOARD_H static const int BOARD_WIDTH = 80; static const int BOARD_HEIGHT = 25; #endif