view OpenAL32/Include/alState.h @ 30:32c69ba451d9

fixed bug where sound-processor would generate too many floats
author Robert McIntyre <rlm@mit.edu>
date Mon, 23 Jan 2012 05:49:37 -0700
parents f9476ff7637e
children
line wrap: on
line source
1 #ifndef _AL_STATE_H_
2 #define _AL_STATE_H_
4 #include "AL/al.h"
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 #ifdef __cplusplus
11 }
12 #endif
14 #endif