summaryrefslogtreecommitdiffstats
path: root/src/board.h
blob: 406560dc3a810177a2dfadf11c69ca0ea033fefd (plain)
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