src/gfx_func.h
changeset 9850 61bd42a09ddd
parent 9773 fd7309d22bc6
child 9879 9329707cba0a
equal deleted inserted replaced
9849:1266e5d38d54 9850:61bd42a09ddd
   170 
   170 
   171 /**
   171 /**
   172  * All 16 colour gradients
   172  * All 16 colour gradients
   173  * 8 colours per gradient from darkest (0) to lightest (7)
   173  * 8 colours per gradient from darkest (0) to lightest (7)
   174  */
   174  */
   175 extern byte _colour_gradient[16][8];
   175 extern byte _colour_gradient[COLOUR_END][8];
   176 
   176 
   177 extern bool _use_dos_palette;
   177 extern bool _use_dos_palette;
   178 
   178 
   179 #endif /* GFX_FUNC_H */
   179 #endif /* GFX_FUNC_H */