Standalone

This commit is contained in:
jl777
2019-03-25 08:50:49 -11:00
parent a06129b526
commit b91cd4346b
2 changed files with 996 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -168,12 +168,15 @@ char *unctrl(char c);
#define leaveok(win,bf) 0
#define halfdelay(x) 0
#define nocbreak() 0
// for tetris
#define init_pair(a,b,c) 0
#define start_color() 0
#define box(a,b,c) 0
#define A_REVERSE 0
#define COLOR_PAIR(a) 0
#define timeout(x) 0
// end for tetris
#ifndef TRUE
#define TRUE 1