fire/colors.h

10 lines
155 B
C

#ifndef COLORS_INCLUDED
#define COLORS_INCLUDED
#include "termbox.h"
extern struct tb_cell normcolors[13];
extern struct tb_cell truecolors[36];
#endif