root/include/palette.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * palette.h
   3  *
   4  *  Created on: 1 Nov 2014
   5  *      Author: philmoz
   6  */
   7 
   8 #ifndef INCLUDE_PALETTE_H_
   9 #define INCLUDE_PALETTE_H_
  10 
  11 //-------------------------------------------------------------------
  12 
  13 // Common colors that are the same in all palettes
  14 #define COLOR_TRANSPARENT               0x00
  15 #define COLOR_BLACK                     0xFF
  16 
  17 //-------------------------------------------------------------------
  18 
  19 #endif /* INCLUDE_PALETTE_H_ */

/* [<][>][^][v][top][bottom][index][help] */