OLS/Plugins/Developer/RiderLink/Source/RiderDebuggerSupport/Private/DebugLogger.h

7 lines
108 B
C
Raw Normal View History

2024-09-22 21:11:19 +00:00
#pragma once
namespace RiderDebuggerSupport
{
void SendLogToDebugger(const char* FormatStr, ...);
}