File size: 108 Bytes
66423d9
 
 
 
 
 
1
2
3
4
5
6
7
#pragma once

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