#ifndef __TRACYCOLOR_HPP__ #define __TRACYCOLOR_HPP__ #include namespace tracy { uint32_t GetHsvColor( uint64_t hue, int value ); } #endif