7 lines
108 B
C
Raw Permalink Normal View History

2025-05-13 15:21:02 +07:00
#pragma once
namespace RiderDebuggerSupport
{
void SendLogToDebugger(const char* FormatStr, ...);
}