Basic output working
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "sound.h"
|
||||
#include "source.h"
|
||||
|
||||
|
||||
void mixer_init(void);
|
||||
void mixer_deinit(void);
|
||||
int16_t const* mixer_getNextBlock(void);
|
||||
void mixer_play(sound_t const *sound);
|
||||
void mixer_play(source_t const *source);
|
||||
void mixer_mix(void);
|
||||
|
||||
Reference in New Issue
Block a user