mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
360 B
22 lines
360 B
/*********/
|
|
/* blk.h */
|
|
/*********/
|
|
|
|
#define coMax 5
|
|
|
|
VOID DisplayBlk(INT, INT, BLK);
|
|
VOID DisplayPos(POS);
|
|
|
|
VOID DrawGrid(VOID);
|
|
VOID SetupLevelData(VOID);
|
|
|
|
VOID DrawLevelNum(VOID);
|
|
VOID DisplayLevelNum(VOID);
|
|
VOID DrawGameOver(VOID);
|
|
VOID DisplayGameOver(VOID);
|
|
|
|
VOID SetBlkCo(LONG, LONG);
|
|
|
|
VOID WipeClear(VOID);
|
|
VOID ReWipe(VOID);
|
|
VOID SetLevelColor(VOID);
|