pureikyubu/SRC/DVD/DduCommands.h
2020-05-05 13:38:27 +03:00

10 lines
205 B
C++

// The debugging interface specification provided by this component is in Data\\DduJdi.json.
#pragma once
#define DDU_JDI_JSON L"Data\\Json\\DduJdi.json"
namespace DVD
{
void DvdCommandsReflector();
}