9 lines
114 B
C
9 lines
114 B
C
#pragma once
|
|
|
|
void vga_clear_screen();
|
|
|
|
void vga_print_string(const char* s);
|
|
|
|
void vgaMode13();
|
|
void vgaMode3();
|