openalbridge/loaders.h
changeset 2200 8192be6e3aef
parent 2191 20c62f787a4d
child 2212 6b5da1a2765a
equal deleted inserted replaced
2199:be265856322f 2200:8192be6e3aef
    13  *
    13  *
    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 #include <stdio.h>
       
    19 #include <stdlib.h>
       
    20 #include "al.h"
       
    21 #include "alc.h"
       
    22 #include "endianness.h"
       
    23 #include "wrappers.h"
       
    24 
       
    25 #ifndef _WIN32
       
    26 #include <stdint.h>
       
    27 #else
       
    28 #include "winstdint.h"
       
    29 #endif
    18 
    30 
    19 #ifdef __CPLUSPLUS
    31 #ifdef __CPLUSPLUS
    20 extern "C" {
    32 extern "C" {
    21 #endif 
    33 #endif 
    22 	
    34