1
0
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:
Andrey Voroshilov
2020-07-07 03:12:02 -07:00
parent da5e58682f
commit 6a72560989
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
namespace tracy
{
#ifdef TRACY_MANUAL_LIFETIME
void startupProfiler();
void shutdownProfiler();
void StartupProfiler();
void ShutdownProfiler();
#endif
class GpuCtx;