summaryrefslogtreecommitdiff
path: root/src/include/vga.h
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2021-11-02 22:50:09 +0100
committerAleksa Vučković <aleksav013@gmail.com>2021-11-02 22:50:09 +0100
commitf575a0dd796106af502e8693870c49af5bee2a5d (patch)
tree3c26583662ab92d948b1182a8ede1f4d8194f54b /src/include/vga.h
parent2a56405579be6dc341c503420e40cb30c5144a35 (diff)
Hosted GCC Cross-Compiler
Diffstat (limited to 'src/include/vga.h')
-rw-r--r--src/include/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/vga.h b/src/include/vga.h
index 93d5df3..eb43644 100644
--- a/src/include/vga.h
+++ b/src/include/vga.h
@@ -1,7 +1,7 @@
#ifndef VGA_H
#define VGA_H
-#include"types.h"
+#include<types.h>
static const size_t VGA_WIDTH = 80;
static const size_t VGA_HEIGHT = 25;