mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
12 lines
131 B
C++
12 lines
131 B
C++
#ifndef __TRACYSTACKFRAMES_HPP__
|
|
#define __TRACYSTACKFRAMES_HPP__
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
const char* s_tracyStackFrames[];
|
|
|
|
}
|
|
|
|
#endif
|