Files
2026-02-24 08:29:06 -05:00

7 lines
108 B
C++

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