12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 * GNU General Public License for more details. |
13 * GNU General Public License for more details. |
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 * ===================================================================== |
|
18 * |
|
19 * colors.cxx: LDraw color management. LDConfig.ldr parsing is not here! |
|
20 * TODO: Make LDColor more full-fledged, add support for direct colors. |
|
21 * TODO: g_LDColors should probably be a map. |
|
22 */ |
17 */ |
23 |
18 |
24 #include "main.h" |
19 #include "main.h" |
25 #include "colors.h" |
20 #include "colors.h" |
26 #include "ldDocument.h" |
21 #include "ldDocument.h" |