Files
DedicatedServerCourse/Plugins/Developer/RiderLink/Source/RiderDebuggerSupport/Private/DebugLogger.h
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

7 lines
108 B
C++

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