Sat, 14 Dec 2019 22:36:06 +0200
added missing files
#pragma once #include "main.h" struct Color { qint32 index; }; namespace colors { static constexpr Color black {0}; static constexpr Color blue {1}; static constexpr Color green {2}; static constexpr Color red {4}; static constexpr Color yellow {14}; static constexpr Color white {15}; static constexpr Color main {16}; static constexpr Color edge {24}; }