| 602:ac1744536b33 | 603:47e7773c7841 |
|---|---|
| 23 #include "main.h" | 23 #include "main.h" |
| 24 | 24 |
| 25 #define MAX_COLORS 512 | 25 #define MAX_COLORS 512 |
| 26 | 26 |
| 27 class LDColor | 27 class LDColor |
| 28 { public: | 28 { |
| 29 public: | |
| 29 str name, hexcode; | 30 str name, hexcode; |
| 30 QColor faceColor, edgeColor; | 31 QColor faceColor, edgeColor; |
| 31 int index; | 32 int index; |
| 32 }; | 33 }; |
| 33 | 34 |