home *** CD-ROM | disk | FTP | other *** search
/ Cutting-Edge 3D Game Programming with C++ / CE3DC++.ISO / BOOK / CHAP03 / 32BIT.HPP next >
Text File  |  1995-10-20  |  278b  |  13 lines

  1. //
  2. // File name: 32bit.hpp
  3. //
  4. // Description: The header for file 32bit.CPP
  5. //
  6.  
  7.  
  8. int InitDPMI(void);
  9. unsigned int GetAddress(unsigned int RMLocation);
  10. unsigned int ConvertAddress(unsigned int Address);
  11. unsigned char *VideoAddress ();
  12. void SetVideo (short int mode);
  13.