home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / viewers / hv12 / src / hicolor.h < prev    next >
C/C++ Source or Header  |  1992-07-05  |  631b  |  27 lines

  1. #ifndef HICOLOR_H_
  2. #define HICOLOR_H_
  3.  
  4. /*     TYPEDEFS  */
  5. typedef unsigned char BYTE;
  6. typedef unsigned short WORD;
  7. typedef unsigned int uint;
  8. typedef unsigned long ulong;
  9.  
  10. /*  FUNCTION PROTOTYPES  */
  11. void InformFatal (char *fmt,...);
  12. void 
  13. PutVideoRow30H (
  14.          int startRow,    /* location to start display */
  15.          int startCol,    /* location to start display */
  16.          int length,    /* number of bytes to display */
  17.          WORD * buffer    /* data to be displayed */
  18. );
  19.      void SetHicolorMode (int mode);
  20.      void SetVideoMode (int mode);
  21.      void SetVideoPage (int page);
  22.  
  23. #endif
  24. /* CONSTANTS */
  25.  
  26. #define IS_BOTTOM_UP 128
  27.