Rename some things, stub of async version, download rapidjson in cmake file
This commit is contained in:
@ -25,7 +25,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
void (*ready)();
|
||||
void (*disconnected)();
|
||||
void (*disconnected)(int errorCode, const char* message);
|
||||
void (*wantsPresence)();
|
||||
void (*joinGame)(const char* joinSecret);
|
||||
void (*spectateGame)(const char* spectateSecret);
|
||||
|
Reference in New Issue
Block a user