OLS/Plugins/Developer/RiderLink/Source/RiderDebuggerSupport/Private/DebugLogger.h
2024-09-22 17:11:19 -04:00

7 lines
108 B
C++

#pragma once
namespace RiderDebuggerSupport
{
void SendLogToDebugger(const char* FormatStr, ...);
}