mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
12 lines
137 B
C++
12 lines
137 B
C++
#ifndef __TRACYSTACKFRAMES_HPP__
|
|
#define __TRACYSTACKFRAMES_HPP__
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
extern const char** s_tracyStackFrames;
|
|
|
|
}
|
|
|
|
#endif
|