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

PR feedback

This commit is contained in:
joshuakr
2021-04-09 15:33:01 -07:00
parent fc142b4f9c
commit eac23cead2
4 changed files with 41 additions and 6 deletions
+2
View File
@@ -25,6 +25,8 @@ static inline uint64_t GetThreadHandle()
TRACY_API void SetThreadName( const char* name );
TRACY_API const char* GetThreadName( uint64_t id );
TRACY_API const char* GetEnvVar(const char* name);
}
#endif