1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-15 09:40:11 +00:00
This commit is contained in:
twinaphex 2020-05-23 04:52:28 +02:00
parent 5e3fd8e95e
commit 4a388668a3

@ -0,0 +1,15 @@
#pragma once
#include <retro_common_api.h>
#if defined(__cplusplus) && !defined(CXX_BUILD)
extern "C" {
#endif
int get_process_id(void);
void Discord_Register(const char* applicationId, const char* command);
void Discord_RegisterSteamGame(const char* applicationId, const char* steamId);
#if defined(__cplusplus) && !defined(CXX_BUILD)
}
#endif