Make {Startup,Shutdown}Profiler() signatures consistent.

This commit is contained in:
Bartosz Taudul 2021-03-08 02:39:51 +01:00
parent 57d636f243
commit c288a7903b
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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;