pureikyubu/SRC/GX/GXCommands.h
2020-08-24 23:53:57 +03:00

10 lines
141 B
C++

// Handling GX JDI Service Requests
#pragma once
#define GX_JDI_JSON L"./Data/Json/GXJdi.json"
namespace GX
{
void gx_init_handlers();
}