diff options
Diffstat (limited to 'driver/vesa.h')
| -rw-r--r-- | driver/vesa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/vesa.h b/driver/vesa.h index ec98e84..7122d68 100644 --- a/driver/vesa.h +++ b/driver/vesa.h @@ -48,3 +48,5 @@ uint32_t vesa_init(vbeinfo *info,vbemodeinfo *mode,foolfont *rawfont); void PutConsoleChar(char c, int color); void PutConsole(char *str, int color); +void vesa_put_rect(int x, int y, int w , int h, int color); +void PutFont(char c, int x,int y, int color_fg,int color_bg); |
