aboutsummaryrefslogtreecommitdiff
path: root/src/utils/print.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-05 14:46:31 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-05 14:46:31 +0200
commitba7e57138c9e41cf944afb91c146fea23713c1d1 (patch)
tree3a57bd313ee7a7fd8535286e3364ef47bb7aa705 /src/utils/print.h
parentb54b87ad2d41e60e9be1e299140dbf59e76c8fc6 (diff)
Reload GDT
Diffstat (limited to 'src/utils/print.h')
-rw-r--r--src/utils/print.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/utils/print.h b/src/utils/print.h
index fb1badd..d04fed2 100644
--- a/src/utils/print.h
+++ b/src/utils/print.h
@@ -1,6 +1,15 @@
#ifndef PRINT_H
#define PRINT_H
+#include "types.h"
+
+typedef enum VIDEO_COLORS {
+ BLACK=0, BLUE=1, GREEN=2,CYAN=3, RED=4,PURPLE=5,BROWN=6,GRAY=7,
+ DARK_GRAY=8,LIGHT_BLUE=9,LIGHT_GREEN=10,LIGHT_CYAN=11,LIGHT_RED=12,LIGHT_PURPLE=13,YELLOW=14,WHITE=15
+
+} VIDEO_COLORS;
+
+typedef struct VIDEO_STATE VIDEO_STATE;
/**
* Print char