640:d4dda62c6600 | 641:425b169a82aa |
---|---|
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 #ifndef LDFORGE_COLORS_H | 19 #pragma once |
20 #define LDFORGE_COLORS_H | |
21 | |
22 #include <QColor> | 20 #include <QColor> |
23 #include "Main.h" | 21 #include "Main.h" |
24 | 22 |
25 #define MAX_COLORS 512 | 23 #define MAX_COLORS 512 |
26 | 24 |
40 void setColor (int colnum, LDColor* col); | 38 void setColor (int colnum, LDColor* col); |
41 | 39 |
42 // Main and edge color identifiers | 40 // Main and edge color identifiers |
43 static const int maincolor = 16; | 41 static const int maincolor = 16; |
44 static const int edgecolor = 24; | 42 static const int edgecolor = 24; |
45 | |
46 #endif // LDFORGE_COLORS_H |