summaryrefslogtreecommitdiff
path: root/driver/vesa.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
committerMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
commite85a68e1536a0f6505300e1cb79f06b9743b00f7 (patch)
treec503a7681720925c5f4923e26c01f7b2e697023d /driver/vesa.h
parentfc1d491479abd74a1e038ad9ff7d4d330d79e4a8 (diff)
fixing implicit func declarations!
Diffstat (limited to 'driver/vesa.h')
-rw-r--r--driver/vesa.h2
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);