mirror of https://github.com/nmlgc/ReC98.git
6 lines
138 B
C
6 lines
138 B
C
|
// Lookup table for horizontally flipping a dots8_t.
|
||
|
extern dots8_t hflip_lut[256];
|
||
|
|
||
|
// Fills [hflip_lut].
|
||
|
void hflip_lut_generate(void);
|