pureikyubu/SRC/Debugger/DebugCommands.h
2020-05-05 13:38:27 +03:00

10 lines
129 B
C++

// Debugger Jdi
#pragma once
#define DEBUGGER_JDI_JSON L"Data\\Json\\DebuggerJdi.json"
namespace Debug
{
void Reflector();
}