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