lsteamclient: Get rid of unused functions declarations.
This commit is contained in:
parent
60d50a11e6
commit
99bdd62d6c
1 changed files with 0 additions and 7 deletions
|
@ -40,17 +40,10 @@ typedef struct w_steam_iface *(*iface_constructor)( void * );
|
|||
extern iface_constructor find_iface_constructor( const char *iface_version );
|
||||
extern struct w_steam_iface *create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001( void * );
|
||||
|
||||
struct SteamInputActionEvent_t;
|
||||
typedef void (*CDECL win_SteamInputActionEventCallbackPointer)( struct SteamInputActionEvent_t * );
|
||||
void lin_SteamInputActionEventCallbackPointer( struct SteamInputActionEvent_t *dat );
|
||||
|
||||
struct w_steam_iface *create_win_interface(const char *name, void *linux_side);
|
||||
void *alloc_mem_for_iface(size_t size, const char *iface_version);
|
||||
void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_version);
|
||||
|
||||
extern void start_callback_thread(void);
|
||||
extern void stop_callback_thread(void);
|
||||
|
||||
void init_rtti( char *base );
|
||||
|
||||
#include "steamclient_generated.h"
|
||||
|
|
Loading…
Reference in a new issue