openalbridge/loaders.h
changeset 2443 fececcbc2189
parent 2421 a4b039ee2eb0
child 2444 ace11b7d8eab
equal deleted inserted replaced
2442:228757f6c54d 2443:fececcbc2189
     1 /*
     1 /*
     2  * OpenAL Bridge - a simple portable library for OpenAL interface
     2  * OpenAL Bridge - a simple portable library for OpenAL interface
     3  * Copyright (c) 2009 Vittorio Giovara <vittorio.giovara@gmail.com>
     3  * Copyright (c) 2009 Vittorio Giovara <vittorio.giovara@gmail.com>,
       
     4  *                    Mario Liebisch <mario.liebisch+hw@googlemail.com>
     4  *
     5  *
     5  * This program is free software; you can redistribute it and/or modify
     6  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU Lesser General Public License as published by
     7  * it under the terms of the GNU Lesser General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     8  * the Free Software Foundation; version 2 of the License
     8  *
     9  *
    17  */
    18  */
    18 
    19 
    19 #ifndef _OALB_LOADERS_H
    20 #ifndef _OALB_LOADERS_H
    20 #define _OALB_LOADERS_H
    21 #define _OALB_LOADERS_H
    21 
    22 
    22 #include "globals.h"
    23 #include "common.h"
    23 #include "wrappers.h"
    24 #include "wrappers.h"
    24 #include "oggvorbis.h"
    25 #include "oggvorbis.h"
    25 
    26 extern char *prog;
    26 
    27 
    27 #ifdef __CPLUSPLUS
    28 #ifdef __CPLUSPLUS
    28 extern "C" {
    29 extern "C" {
    29 #endif 
    30 #endif 
    30         
    31