src/colors.cpp

changeset 541
0e38beeb050a
parent 538
2f85d4d286e5
child 553
2418d5955421
equal deleted inserted replaced
540:0334789cb4d7 541:0e38beeb050a
19 * colors.cpp: LDraw color management. LDConfig.ldr parsing is not here! 19 * colors.cpp: LDraw color management. LDConfig.ldr parsing is not here!
20 * TODO: Make LDColor more full-fledged, add support for direct colors. 20 * TODO: Make LDColor more full-fledged, add support for direct colors.
21 * TODO: g_LDColors should probably be a map. 21 * TODO: g_LDColors should probably be a map.
22 */ 22 */
23 23
24 #include "common.h" 24 #include "main.h"
25 #include "colors.h" 25 #include "colors.h"
26 #include "file.h" 26 #include "file.h"
27 #include "misc.h" 27 #include "misc.h"
28 #include "gui.h" 28 #include "gui.h"
29 #include "ldconfig.h" 29 #include "ldconfig.h"

mercurial