src/gfx_type.h
changeset 10056 48659f7d4fa5
parent 9995 7f2dab0093c1
child 10084 a544278a1b43
equal deleted inserted replaced
10055:b3bf982d7879 10056:48659f7d4fa5
   241 	PAL_WINDOWS,    ///< Use the Windows palette.
   241 	PAL_WINDOWS,    ///< Use the Windows palette.
   242 	PAL_AUTODETECT, ///< Automatically detect the palette based on the graphics pack.
   242 	PAL_AUTODETECT, ///< Automatically detect the palette based on the graphics pack.
   243 	MAX_PAL = 2,    ///< The number of palettes.
   243 	MAX_PAL = 2,    ///< The number of palettes.
   244 };
   244 };
   245 
   245 
       
   246 /** Types of sprites that might be loaded */
       
   247 enum SpriteType {
       
   248 	ST_NORMAL   = 0,      ///< The most basic (normal) sprite
       
   249 	ST_MAPGEN   = 1,      ///< Special sprite for the map generator
       
   250 	ST_FONT     = 2,      ///< A sprite used for fonts
       
   251 	ST_RECOLOUR = 3,      ///< Recolour sprite
       
   252 };
       
   253 
   246 #endif /* GFX_TYPE_H */
   254 #endif /* GFX_TYPE_H */