lsteamclient: Make helpers for EnableActionEventCallbacks reusable.

This commit is contained in:
Arkadiusz Hiler 2022-06-10 12:24:47 +03:00
parent 05efcef3fa
commit 6ded785ccd
2 changed files with 6 additions and 1 deletions

View file

@ -24,7 +24,6 @@ extern "C" {
#include "cb_converters.h"
/***** manual fn wrapper for ISteamInput::EnableActionEventCallbacks *****/
typedef void (*CDECL win_SteamInputActionEventCallbackPointer)(SteamInputActionEvent_t *);
win_SteamInputActionEventCallbackPointer win_EnableActionEventCallbacks;
void lin_SteamInputActionEventCallbackPointer(SteamInputActionEvent_t *dat)