7 lines
82 B
C
7 lines
82 B
C
#ifndef _AUDIO_OPENAL_H
|
|
#define _AUDIO_OPENAL_H
|
|
|
|
int openal_initialize();
|
|
|
|
#endif
|