Source code of Windows XP (NT5)
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

  1. /*********/
  2. /* blk.h */
  3. /*********/
  4. #define coMax 5
  5. VOID DisplayBlk(INT, INT, BLK);
  6. VOID DisplayPos(POS);
  7. VOID DrawGrid(VOID);
  8. VOID SetupLevelData(VOID);
  9. VOID DrawLevelNum(VOID);
  10. VOID DisplayLevelNum(VOID);
  11. VOID DrawGameOver(VOID);
  12. VOID DisplayGameOver(VOID);
  13. VOID SetBlkCo(LONG, LONG);
  14. VOID WipeClear(VOID);
  15. VOID ReWipe(VOID);
  16. VOID SetLevelColor(VOID);