mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
21 lines
855 B
C
21 lines
855 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _GV_PS3_AUDIO_H_
|
|
#define _GV_PS3_AUDIO_H_
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#include "gvMain.h"
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// Public Interfaces
|
|
GVBool gviHardwareStartup(void);
|
|
void gviHardwareCleanup(void);
|
|
void gviHardwareThink(void);
|
|
|
|
int gviHardwareListDevices(GVDeviceInfo devices[], int maxDevices, GVDeviceType types);
|
|
|
|
GVDevice gviHardwareNewDevice(GVDeviceID deviceID, GVDeviceType type);
|
|
|
|
#endif // _GV_PS3_AUDIO_H_
|