mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-11-02 16:27:18 -04:00
use common.h
This commit is contained in:
parent
55758fc915
commit
d9691c8af0
@ -10,7 +10,8 @@ To the extent possible under law, the author(s) have dedicated all copyright and
|
||||
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
*/
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
|
||||
typedef unsigned char ubyte;
|
||||
|
||||
#define size 8
|
||||
|
2
mines.c
2
mines.c
@ -10,7 +10,7 @@ You should have received a copy of the CC0 Public Domain Dedication along with t
|
||||
|
||||
compile with -lncurses
|
||||
*/
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#define FLAG 9
|
||||
#define UNCLEAR 10
|
||||
#define MINLEN 8
|
||||
|
@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication along with t
|
||||
compile with -lncurses
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#define UP 1
|
||||
#define RIGHT 2
|
||||
#define DOWN 4
|
||||
|
Loading…
Reference in New Issue
Block a user