OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
gvPS2Headset.h
1/*
2GameSpy Voice2 SDK
3Dan "Mr. Pants" Schoenblum
4dan@gamespy.com
5
6Copyright 2004 GameSpy Industries, Inc
7
818002 Skypark Circle
9Irvine, California 92614
10949.798.4200 (Tel)
11949.798.4299 (Fax)
12devsupport@gamespy.com
13http://gamespy.net
14*/
15
16#ifndef _GV_PS2_HEADSET_H_
17#define _GV_PS2_HEADSET_H_
18
19#include "gvMain.h"
20
21GVBool gviPS2HeadsetStartup(void);
22void gviPS2HeadsetCleanup(void);
23void gviPS2HeadsetThink(void);
24
25int gviPS2HeadsetListDevices(GVDeviceInfo devices[], int maxDevices, GVDeviceType types);
26
27GVDevice gviPS2HeadsetNewDevice(GVDeviceID deviceID, GVDeviceType type);
28
29#endif
Definition gv.h:110