14 * |
14 * |
15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 * ===================================================================== |
17 * ===================================================================== |
18 * |
18 * |
19 * colors.cpp: LDraw color management. LDConfig.ldr parsing is not here! |
19 * colors.cxx: 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 "Main.h" |
24 #include "Main.h" |