openalbridge/loaders.c
changeset 2200 8192be6e3aef
parent 2191 20c62f787a4d
child 2210 1cb7118a77dd
equal deleted inserted replaced
2199:be265856322f 2200:8192be6e3aef
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU 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 <stdio.h>
       
    20 #include <stdlib.h>
       
    21 #include <stdint.h>
       
    22 #include "al.h"
       
    23 #include "alc.h"
       
    24 #include "loaders.h"
    19 #include "loaders.h"
    25 #include "endianness.h"
       
    26 #include "wrappers.h"
       
    27 
    20 
    28 #ifdef __CPLUSPLUS
    21 #ifdef __CPLUSPLUS
    29 extern "C" {
    22 extern "C" {
    30 #endif 
    23 #endif 
    31 	
    24