#pragma once #include "color.h" #define BLACK COLOR(0) #define RED COLOR(1) #define GREEN COLOR(2) #define YELLOW COLOR(3) #define BLUE COLOR(4) #define MAGENTA COLOR(5) #define CYAN COLOR(6) #define GRAY COLOR(7) #define L_BLACK COLOR(8) #define L_RED COLOR(9) #define L_GREEN COLOR(10) #define L_YELLOW COLOR(11) #define L_BLUE COLOR(12) #define L_MAGENTA COLOR(13) #define L_CYAN COLOR(14) #define WHITE COLOR(15) void rainbow_8(); void aroace_8(); void bisexual_8(); void lesbian_8(); void nonbinary_8(); void pansexual_8(); void transgender_8();