13 lines
183 B
C
13 lines
183 B
C
|
#pragma once
|
||
|
|
||
|
#include "color.h"
|
||
|
|
||
|
void rainbow_256();
|
||
|
void aroace_256();
|
||
|
void bisexual_256();
|
||
|
void lesbian_256();
|
||
|
void nonbinary_256();
|
||
|
void pansexual_256();
|
||
|
void transgender_256();
|
||
|
|