mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
23 lines
882 B
C
23 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_
|