pureikyubu/SRC/DVD/DduCommands.h
2020-08-09 21:36:10 +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();
}