OpenTTD Source  20241108-master-g80f628063a
palette_convert.h File Reference

Translation tables from one GRF to another GRF. More...

Go to the source code of this file.

Variables

const uint8_t _palmap_w2d []
 Converting from the Windows palette to the DOS palette.
 
static const uint8_t _palmap_d2w []
 Converting from the DOS palette to the Windows palette.
 

Detailed Description

Translation tables from one GRF to another GRF.

Definition in file palette_convert.h.