gfx.h
changeset 657 d4d36b4853ec
parent 614 b96f987dbf80
child 1093 4fdc46eaf423
equal deleted inserted replaced
656:e3e435079efa 657:d4d36b4853ec
   109 
   109 
   110 /* tables.h */
   110 /* tables.h */
   111 extern byte _palettes[4][256 * 3];
   111 extern byte _palettes[4][256 * 3];
   112 VARDEF byte _cur_palette[768];
   112 VARDEF byte _cur_palette[768];
   113 
   113 
       
   114 
       
   115 typedef enum StringColorFlags {
       
   116 	IS_PALETTE_COLOR = 0x100, // color value is already a real palette color index, not an index of a StringColor
       
   117 } StringColorFlags;
       
   118 
   114 #endif
   119 #endif