mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
10 lines
129 B
C++
10 lines
129 B
C++
// Debugger Jdi
|
|
|
|
#pragma once
|
|
|
|
#define DEBUGGER_JDI_JSON L"Data\\Json\\DebuggerJdi.json"
|
|
|
|
namespace Debug
|
|
{
|
|
void Reflector();
|
|
}
|