mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-29 08:54:34 +00:00
Provide tracy color list in default client header.
This commit is contained in:
parent
2f09a2429e
commit
02b3e54943
@ -1,6 +1,7 @@
|
|||||||
#ifndef __TRACY_HPP__
|
#ifndef __TRACY_HPP__
|
||||||
#define __TRACY_HPP__
|
#define __TRACY_HPP__
|
||||||
|
|
||||||
|
#include "common/TracyColor.hpp"
|
||||||
#include "common/TracySystem.hpp"
|
#include "common/TracySystem.hpp"
|
||||||
|
|
||||||
#ifndef TRACY_ENABLE
|
#ifndef TRACY_ENABLE
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
enum class Color
|
struct Color
|
||||||
|
{
|
||||||
|
enum ColorType
|
||||||
{
|
{
|
||||||
Snow = 0xfffafa,
|
Snow = 0xfffafa,
|
||||||
GhostWhite = 0xf8f8ff,
|
GhostWhite = 0xf8f8ff,
|
||||||
@ -682,6 +684,7 @@ enum class Color
|
|||||||
Silver = 0xc0c0c0,
|
Silver = 0xc0c0c0,
|
||||||
Teal = 0x008080,
|
Teal = 0x008080,
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user