mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
7 lines
235 B
C
7 lines
235 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern uint32 cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData(void *, uint32, void *, uint32, uint32 *, uint32 *, uint32 *, uint32 *);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|