home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / games / doom / pmdoom / include / control / bios.h next >
Encoding:
C/C++ Source or Header  |  1999-12-17  |  231 b   |  18 lines

  1. /*
  2.  *    Bios definitions
  3.  *
  4.  *    Patrice Mandin
  5.  */
  6.  
  7. #ifndef _I_BIOS_H_
  8. #define _I_BIOS_H_ 
  9.  
  10. #include "control/scancode.h"
  11.  
  12. /* Bios routines */
  13. void I_InitControl_bios(void);
  14.  
  15. void I_UpdateKeyboard_bios(void);
  16.  
  17. #endif
  18.