1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move list of Tracy stack frames to a separate file.

This commit is contained in:
Bartosz Taudul
2020-10-06 14:37:39 +02:00
parent 3b84324259
commit c9b64ef5c5
5 changed files with 44 additions and 18 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __TRACYSTACKFRAMES_HPP__
#define __TRACYSTACKFRAMES_HPP__
namespace tracy
{
const char* s_tracyStackFrames[];
}
#endif