Descent3/dd_sndlib/Ia3dutil.h

28 lines
525 B
C
Raw Normal View History

2024-04-16 03:43:29 +00:00
/*---------------------------------------------------------------------------
*
* $Workfile: Ia3dutil.h $
*
*---------------------------------------------------------------------------
*$NoKeywords: $
*/
/*
#ifndef _IA3DUTIL_H_
#define _IA3DUTIL_H_
#ifdef __cplusplus
extern "C" {
#endif
extern HRESULT A3dInitialize(void);
extern void A3dUninitialize(void);
2024-04-16 18:56:40 +00:00
extern HRESULT A3dCreate(GUID *,void **,IUnknown FAR *,DWORD);
2024-04-16 03:43:29 +00:00
extern HRESULT A3dRegister(void);
#ifdef __cplusplus
};
#endif
#endif // _IA3DUTIL_H_
*/