mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
Move lsteamclient out of wine
This commit is contained in:
parent
ee74e78c18
commit
f07f9247a5
1690 changed files with 463666 additions and 0 deletions
36
lsteamclient/cppISteamUtils_SteamUtils009.h
Normal file
36
lsteamclient/cppISteamUtils_SteamUtils009.h
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive(void *);
|
||||
extern EUniverse cppISteamUtils_SteamUtils009_GetConnectedUniverse(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetServerRealTime(void *);
|
||||
extern const char * cppISteamUtils_SteamUtils009_GetIPCountry(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetImageSize(void *, int, uint32 *, uint32 *);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetImageRGBA(void *, int, uint8 *, int);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetCSERIPPort(void *, uint32 *, uint16 *);
|
||||
extern uint8 cppISteamUtils_SteamUtils009_GetCurrentBatteryPower(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetAppID(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetOverlayNotificationPosition(void *, ENotificationPosition);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsAPICallCompleted(void *, SteamAPICall_t, bool *);
|
||||
extern ESteamAPICallFailure cppISteamUtils_SteamUtils009_GetAPICallFailureReason(void *, SteamAPICall_t);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetAPICallResult(void *, SteamAPICall_t, void *, int, int, bool *);
|
||||
extern void cppISteamUtils_SteamUtils009_RunFrame(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetIPCCallCount(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetWarningMessageHook(void *, SteamAPIWarningMessageHook_t);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsOverlayEnabled(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_BOverlayNeedsPresent(void *);
|
||||
extern SteamAPICall_t cppISteamUtils_SteamUtils009_CheckFileSignature(void *, const char *);
|
||||
extern bool cppISteamUtils_SteamUtils009_ShowGamepadTextInput(void *, EGamepadTextInputMode, EGamepadTextInputLineMode, const char *, uint32, const char *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput(void *, char *, uint32);
|
||||
extern const char * cppISteamUtils_SteamUtils009_GetSteamUILanguage(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsSteamRunningInVR(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetOverlayNotificationInset(void *, int, int);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsSteamInBigPictureMode(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_StartVRDashboard(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsVRHeadsetStreamingEnabled(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetVRHeadsetStreamingEnabled(void *, bool);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue