1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 14:56:46 +02:00

more prep for audio groups

This commit is contained in:
Jfreegman
2014-11-14 20:13:08 -05:00
parent 7a7e8a7f8d
commit dd8c2caac7
13 changed files with 150 additions and 30 deletions

View File

@ -34,9 +34,7 @@ typedef enum _AudioError {
ae_StartingCoreAudio = 1 << 2
} AudioError;
/* You will have to pass pointer to first member of 'windows'
* declared in windows.c otherwise undefined behaviour will
*/
/* You will have to pass pointer to first member of 'windows' declared in windows.c */
ToxAv *init_audio(ToxWindow *self, Tox *tox);
void terminate_audio();