mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
10 lines
141 B
C++
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();
|
|
}
|