![]() |
DDNet documentation
|
Go to the source code of this file.
Classes | |
| struct | CallbackMsg_t |
| struct | GameRichPresenceJoinRequested_t |
| struct | NewUrlLaunchParameters_t |
Macros | |
| #define | STEAMAPI DYNAMIC_IMPORT |
Typedefs | |
| typedef uint64_t | CSteamId |
| typedef int32_t | HSteamPipe |
| typedef int32_t | HSteamUser |
| #define STEAMAPI DYNAMIC_IMPORT |
| typedef uint64_t CSteamId |
| typedef int32_t HSteamPipe |
| typedef int32_t HSteamUser |
| DYNAMIC_IMPORT HSteamPipe SteamAPI_GetHSteamPipe | ( | ) |
| DYNAMIC_IMPORT bool SteamAPI_Init | ( | ) |
| DYNAMIC_IMPORT int SteamAPI_ISteamApps_GetLaunchCommandLine | ( | ISteamApps * | pSelf, |
| char * | pBuffer, | ||
| int | BufferSize ) |
| DYNAMIC_IMPORT const char * SteamAPI_ISteamApps_GetLaunchQueryParam | ( | ISteamApps * | pSelf, |
| const char * | pKey ) |
| DYNAMIC_IMPORT void SteamAPI_ISteamFriends_ClearRichPresence | ( | ISteamFriends * | pSelf | ) |
| DYNAMIC_IMPORT const char * SteamAPI_ISteamFriends_GetPersonaName | ( | ISteamFriends * | pSelf | ) |
| DYNAMIC_IMPORT bool SteamAPI_ISteamFriends_SetRichPresence | ( | ISteamFriends * | pSelf, |
| const char * | pKey, | ||
| const char * | pValue ) |
| DYNAMIC_IMPORT void SteamAPI_ManualDispatch_FreeLastCallback | ( | HSteamPipe | SteamPipe | ) |
| DYNAMIC_IMPORT bool SteamAPI_ManualDispatch_GetNextCallback | ( | HSteamPipe | SteamPipe, |
| CallbackMsg_t * | pCallbackMsg ) |
| DYNAMIC_IMPORT void SteamAPI_ManualDispatch_Init | ( | ) |
| DYNAMIC_IMPORT void SteamAPI_ManualDispatch_RunFrame | ( | HSteamPipe | SteamPipe | ) |
| DYNAMIC_IMPORT void SteamAPI_Shutdown | ( | ) |
| DYNAMIC_IMPORT ISteamApps * SteamAPI_SteamApps_v008 | ( | ) |
| DYNAMIC_IMPORT ISteamFriends * SteamAPI_SteamFriends_v017 | ( | ) |