fire/colors.h

10 lines
155 B
C
Raw Normal View History

2019-12-12 19:27:13 -08:00
#ifndef COLORS_INCLUDED
#define COLORS_INCLUDED
#include "termbox.h"
2019-12-13 13:15:29 -08:00
2020-09-19 05:59:55 -07:00
extern struct tb_cell normcolors[13];
extern struct tb_cell truecolors[36];
2019-12-12 19:27:13 -08:00
#endif