Add support for multiple Network backends, stub in GOGNetwork

This commit is contained in:
Ethan Lee
2020-01-13 11:15:17 -05:00
parent 8be05ca40f
commit 9758290cf3
5 changed files with 151 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
extern "C" {
#endif
int NETWORK_init();
int32_t NETWORK_init();
void NETWORK_shutdown();
@@ -19,8 +19,6 @@ int32_t NETWORK_getAchievementProgress(const char *name);
void NETWORK_setAchievementProgress(const char *name, int32_t stat);
/* TODO: Steam Workshop? */
#ifdef __cplusplus
}
#endif