mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 06:28:00 +01:00
parent
f32ce232ca
commit
afd189d1f6
53 changed files with 78 additions and 473 deletions
|
|
@ -1,12 +1,4 @@
|
|||
extern "C" {
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
||||
}
|
||||
#include "steamclient_private.h"
|
||||
|
||||
#include "steam_defs.h"
|
||||
#pragma push_macro("__cdecl")
|
||||
|
|
@ -20,7 +12,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
|||
#include "steamworks_sdk_153a/steamnetworkingfakeip.h"
|
||||
#pragma pop_macro("__cdecl")
|
||||
#pragma pop_macro("strncpy")
|
||||
#include "steamclient_private.h"
|
||||
|
||||
extern "C" {
|
||||
#define SDKVER_153a
|
||||
|
|
@ -39,6 +30,8 @@ typedef struct ScePadTriggerEffectParam { uint8 m_data[120]; } ScePadTriggerEffe
|
|||
#include "cppISteamInput_SteamInput006.h"
|
||||
}
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
||||
|
||||
/***** manual fn wrapper for ISteamInput::EnableActionEventCallbacks *****/
|
||||
extern win_SteamInputActionEventCallbackPointer win_EnableActionEventCallbacks;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue