mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
8 lines
179 B
C
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
|