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