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

Support for multi-DLL projects.

This commit is contained in:
Till Rathmann
2018-07-30 18:12:42 +02:00
parent 12c4128460
commit dd042619e9
6 changed files with 137 additions and 5 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ extern int64_t (*GetTimeImpl)();
#endif
class Profiler;
extern Profiler s_profiler;
extern Profiler& s_profiler;
class Profiler
{