Added common.h.
This commit is contained in:
parent
259f5ce2df
commit
a7020e3a3f
7
src/common.h
Normal file
7
src/common.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
|
||||
#endif
|
@ -1,9 +1,7 @@
|
||||
#include <ncurses.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
#include "common.h"
|
||||
|
||||
#define CARD_FRAME_WIDTH 7
|
||||
#define CARD_FRAME_HEIGHT 5
|
||||
|
Loading…
Reference in New Issue
Block a user