output/openal: convert struct to class
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
/* should be enough for buffer size = 2048 */
|
/* should be enough for buffer size = 2048 */
|
||||||
#define NUM_BUFFERS 16
|
#define NUM_BUFFERS 16
|
||||||
|
|
||||||
struct OpenALOutput {
|
class OpenALOutput {
|
||||||
friend struct AudioOutputWrapper<OpenALOutput>;
|
friend struct AudioOutputWrapper<OpenALOutput>;
|
||||||
|
|
||||||
AudioOutput base;
|
AudioOutput base;
|
||||||
|
Reference in New Issue
Block a user