xm_player/src/instrument_palette.hpp

12 lines
161 B
C++

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