#include #include "math/vec3.hpp" using vec3i = vec<3, int>; namespace instrument_palette { extern uint32_t color[]; extern vec3i color3[]; }