mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-08-25 15:25:50 -04:00
8 lines
100 B
C
8 lines
100 B
C
#ifndef _AUDI_H_
|
|
#define _AUDI_H_
|
|
|
|
void amCreateAudioMgr(void);
|
|
void startaudiThread(void);
|
|
|
|
#endif
|