colors.h

changeset 68
c637b172d565
parent 48
113eb6446c61
child 72
5755c02d89f0
equal deleted inserted replaced
67:d523a370a17a 68:c637b172d565
35 const char* sName, *sColor; 35 const char* sName, *sColor;
36 const float fAlpha; 36 const float fAlpha;
37 } TemporaryColorMeta; 37 } TemporaryColorMeta;
38 38
39 void initColors (); 39 void initColors ();
40 extern color* g_LDColors[MAX_COLORS]; 40
41 // Safely gets a color with the given number or nullptr if no such color.
42 color* getColor (short dColorNum);
41 43
42 #endif // __COLORS_H__ 44 #endif // __COLORS_H__

mercurial