mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fixing functions case to match the source capitalization rules
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
namespace tracy
|
||||
{
|
||||
#ifdef TRACY_MANUAL_LIFETIME
|
||||
void startupProfiler();
|
||||
void shutdownProfiler();
|
||||
void StartupProfiler();
|
||||
void ShutdownProfiler();
|
||||
#endif
|
||||
|
||||
class GpuCtx;
|
||||
|
||||
Reference in New Issue
Block a user