Discord_Register

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void Discord_Register(const(char)* applicationId, const(char)* command)
  2. void function(const(char)* applicationId, const(char)* command) Discord_Register;
    version(!SL_DISCORD_RPC)
    @nogc nothrow __gshared extern (C)
    void function(const(char)* applicationId, const(char)* command) Discord_Register;

Meta