Proton/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h
2018-01-18 10:24:05 -06:00

8 lines
179 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern int cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData(void *, AppId_t, const char *, char *, int);
#ifdef __cplusplus
}
#endif