home *** CD-ROM | disk | FTP | other *** search
- /*
- * Svgalib dynamic functions
- *
- * Patrice Mandin
- */
-
- #ifndef __I_SVGALIB__
- #define __I_SVGALIB__
-
- void I_InitGraphics_svgalib(void);
- void I_ShutdownGraphics_svgalib(void);
-
- void I_SetPalette256_svgalib(byte* palette);
-
- void I_VidUpdate_svgalib(void);
-
- void I_UpdateKeyboard_svgalib(void);
-
- void I_VidInit_svgalib(void);
-
- #endif
-