mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
12 lines
150 B
C++
12 lines
150 B
C++
|
#ifndef __TRACYFILEHEADER_HPP__
|
||
|
#define __TRACYFILEHEADER_HPP__
|
||
|
|
||
|
namespace tracy
|
||
|
{
|
||
|
|
||
|
static const char Lz4Header[4] = { 't', 'l', 'Z', 4 };
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|