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

C arrays are so much fun!

This commit is contained in:
Bartosz Taudul
2020-10-06 14:58:42 +02:00
parent 8adfd45453
commit 98e3822c88
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
namespace tracy
{
const char* s_tracyStackFrames[];
extern const char** s_tracyStackFrames;
}