aboutsummaryrefslogtreecommitdiff
path: root/src/graphics/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/vga.h')
-rw-r--r--src/graphics/vga.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/graphics/vga.h b/src/graphics/vga.h
deleted file mode 100644
index 7c449f1..0000000
--- a/src/graphics/vga.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef MELVIX_VGA_H
-#define MELVIX_VGA_H
-
-#include <stddef.h>
-#include <stdint.h>
-
-enum vga_color;
-
-void terminal_initialize(void);
-
-void terminal_set_color(uint8_t color);
-
-void terminal_clear();
-
-void terminal_write_string(const char *data);
-
-void terminal_put_char(char c);
-
-#endif \ No newline at end of file