Files

7 lines
108 B
C
Raw Permalink Normal View History

2026-02-24 22:39:26 -05:00
#pragma once
namespace RiderDebuggerSupport
{
void SendLogToDebugger(const char* FormatStr, ...);
}