mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
251 B
14 lines
251 B
/*
|
|
* File: egamode.h
|
|
*
|
|
* SccsID = @(#)egamode.h 1.3 08/10/92 Copyright Insignia Solutions Ltd.
|
|
*
|
|
*/
|
|
|
|
|
|
extern boolean (*choose_display_mode)();
|
|
extern boolean choose_ega_display_mode();
|
|
#ifdef VGG
|
|
extern boolean choose_vga_display_mode();
|
|
#endif
|
|
|