home *** CD-ROM | disk | FTP | other *** search
/ Cutting-Edge 3D Game Programming with C++ / CE3DC++.ISO / BOOK / CHAP12 / 32BIT.HPP < prev    next >
C/C++ Source or Header  |  1996-01-24  |  327b  |  17 lines

  1. //
  2. // File name: 32bit.hpp
  3. //
  4. // Description: The header for file 32bit.CPP
  5. //
  6.  
  7. #ifndef _32BITHPP
  8. #define _32BITHPP
  9.  
  10. int InitDPMI(void);
  11. unsigned int GetAddress(unsigned int RM_Location);
  12. unsigned int ConvertAddress(unsigned int Address);
  13. unsigned char *VideoAddress ();
  14. void SetVideo (short int mode);
  15.  
  16. #endif
  17.