1 /*
2  * OpenBOR - http://www.LavaLit.com
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in OpenBOR root for details.
5  *
6  * Copyright (c) 2004 - 2011 OpenBOR Team
7  */
8 
9 #ifndef		VGA_H
10 #define		VGA_H
11 
12 void vga_vwait(void);
13 void vga_setpalette(unsigned char* palette);
14 
15 #endif
16