Move lsteamclient out of wine

This commit is contained in:
Andrew Eikum
2018-01-18 10:24:05 -06:00
parent ee74e78c18
commit f07f9247a5
1690 changed files with 463666 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#ifdef __cplusplus
extern "C" {
#endif
extern int cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData(void *, AppId_t, const char *, char *, int);
#ifdef __cplusplus
}
#endif