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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-12-17
|
231 b
|
18 lines
/*
* Bios definitions
*
* Patrice Mandin
*/
#ifndef _I_BIOS_H_
#define _I_BIOS_H_
#include "control/scancode.h"
/* Bios routines */
void I_InitControl_bios(void);
void I_UpdateKeyboard_bios(void);
#endif