mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
22 lines
882 B
C
22 lines
882 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _GV_PS3_HEADSET_H_
|
|
#define _GV_PS3_HEADSET_H_
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// headers
|
|
#include "gvMain.h"
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// public interfaces
|
|
GVBool gviPS3HeadsetStartup(void);
|
|
void gviPS3HeadsetCleanup(void);
|
|
void gviPS3HeadsetThink(void);
|
|
|
|
int gviPS3HeadsetListDevices(GVDeviceInfo devices[], int maxDevices, GVDeviceType types);
|
|
|
|
GVDevice gviPS3HeadsetNewDevice(GVDeviceID deviceID, GVDeviceType type);
|
|
|
|
#endif // _GV_PS3_HEADSET_H_
|