historical/toontown-classic.git/panda/include/parser-inc/vorbis/vorbisfile.h

10 lines
132 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#ifndef _OV_FILE_H
#define _OV_FILE_H
#include <stdio.h>
#include "codec.h"
typedef struct OggVorbis_File OggVorbis_File;
#endif