Files

7 lines
108 B
C
Raw Permalink Normal View History

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