7 lines
108 B
C
7 lines
108 B
C
|
#pragma once
|
|||
|
|
|||
|
namespace RiderDebuggerSupport
|
|||
|
{
|
|||
|
void SendLogToDebugger(const char* FormatStr, ...);
|
|||
|
}
|