pureikyubu/SRC/DSP/DspCommands.h
2020-05-05 13:38:27 +03:00

10 lines
131 B
C++

// Dsp debug commands
#pragma once
#define DSP_JDI_JSON L"Data\\Json\\DspJdi.json"
namespace DSP
{
void dsp_init_handlers();
}