tracy/server/TracyStackFrames.hpp

12 lines
131 B
C++
Raw Normal View History

#ifndef __TRACYSTACKFRAMES_HPP__
#define __TRACYSTACKFRAMES_HPP__
namespace tracy
{
const char* s_tracyStackFrames[];
}
#endif