home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / qc_prog / chap14 / grafchar.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-07  |  404 b   |  13 lines

  1. /* grafchar.h -- definitions for savescrn.c and       */
  2. /*               Version 1                            */
  3. #define NUMCHARS 48  /* number of graphics characters */
  4. #define SPACE '\040'
  5. #define BOTLINE 19   /* line # for end of drawing space */
  6. #define PAGE 0
  7. #define GCSTART 0xB0 /* ascii for first graphics char */
  8. #define BEEP '\a'
  9. #define ESC '\033'
  10. #define TRUE 1
  11. #define FALSE 0
  12.  
  13.