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" |