9 lines
301 B
C
9 lines
301 B
C
|
#include "opus.h"
|
||
|
|
||
|
typedef struct OpusHead OpusHead;
|
||
|
typedef struct OpusTags OpusTags;
|
||
|
typedef struct OpusPictureTag OpusPictureTag;
|
||
|
typedef struct OpusServerInfo OpusServerInfo;
|
||
|
typedef struct OpusFileCallbacks OpusFileCallbacks;
|
||
|
typedef struct OggOpusFile OggOpusFile;
|