mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 22:55:37 +00:00
3136791492
This was SVN commit r1284.
10 lines
207 B
C
Executable File
10 lines
207 B
C
Executable File
void* ogg_create();
|
|
|
|
void ogg_give_raw(void* o, void* p, size_t size);
|
|
|
|
void ogg_open(void* o, ALenum& fmt, ALsizei& freq);
|
|
|
|
size_t ogg_read(void* o, void* buf, size_t max_size);
|
|
|
|
void ogg_release(void* o);
|