summary refs log tree commit diff stats
path: root/mazeoflife.h
blob: 3cc6d6dbda30b4726e44026333ac9a86069b4954 (plain) (blame)
1
2
3
4
5
6
7
#ifndef MAZEOFLIFE_H
#define MAZEOFLIFE_H

const int WIDTH = 30;
const int HEIGHT = 30;

#endif