mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +00:00
Make {Startup,Shutdown}Profiler() signatures consistent.
This commit is contained in:
parent
57d636f243
commit
c288a7903b
@ -43,8 +43,8 @@
|
||||
namespace tracy
|
||||
{
|
||||
#if defined(TRACY_DELAYED_INIT) && defined(TRACY_MANUAL_LIFETIME)
|
||||
void StartupProfiler();
|
||||
void ShutdownProfiler();
|
||||
TRACY_API void StartupProfiler();
|
||||
TRACY_API void ShutdownProfiler();
|
||||
#endif
|
||||
|
||||
class GpuCtx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user