pureikyubu/SRC/Debugger/DebugCommands.h
2020-08-09 21:36:10 +03:00

10 lines
129 B
C++

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