#ifndef BOARD_H #define BOARD_H static const int BOARD_WIDTH = 80; static const int BOARD_HEIGHT = 25; #endif