rbdlsim/3rdparty/tracy/server/TracyColor.hpp

14 lines
155 B
C++
Raw Normal View History

2021-08-06 12:10:32 +02:00
#ifndef __TRACYCOLOR_HPP__
#define __TRACYCOLOR_HPP__
#include <stdint.h>
namespace tracy
{
uint32_t GetHsvColor( uint64_t hue, int value );
}
#endif