20 enum class RConsoleID;
    36   bool RCGenerateHashFromFile(std::string& hash,
    37                               RETRO::RConsoleID consoleID,
    38                               const std::string& filePath);
    39   bool RCGetGameIDUrl(std::string& url, 
const std::string& hash);
    40   bool RCGetPatchFileUrl(std::string& url,
    41                          const std::string& username,
    42                          const std::string& token,
    44   bool RCPostRichPresenceUrl(std::string& url,
    45                              std::string& postData,
    46                              const std::string& username,
    47                              const std::string& token,
    49                              const std::string& richPresence);
    50   void RCEnableRichPresence(
const std::string& script);
    51   void RCGetRichPresenceEvaluation(std::string& evaluation, RETRO::RConsoleID consoleID);
    53   void RCResetRuntime();
 
Definition: GameClientCheevos.h:31
Interface between Kodi and Game add-ons. 
Definition: GameClient.h:116
Definition: AudioDecoder.h:18
Game instance. 
Definition: game.h:1278