misc/openalbridge/loaders.h
changeset 3513 f589230fa21b
parent 3362 8d3b4d19ce27
equal deleted inserted replaced
3512:6a8b5f313190 3513:f589230fa21b
    14  * You should have received a copy of the GNU Lesser General Public License
    14  * You should have received a copy of the GNU Lesser General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
       
    19 #include "globals.h"
       
    20 
    19 #ifndef _OALB_LOADERS_H
    21 #ifndef _OALB_LOADERS_H
    20 #define _OALB_LOADERS_H
    22 #define _OALB_LOADERS_H
    21 
       
    22 #include "globals.h"
       
    23 
    23 
    24 int load_wavpcm     (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    24 int load_wavpcm     (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    25 int load_oggvorbis  (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    25 int load_oggvorbis  (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    26 
    26 
    27 #endif /*_OALB_LOADERS_H*/
    27 #endif /*_OALB_LOADERS_H*/