openalbridge/ssound.c
changeset 2446 cbb3af76bcc0
parent 2445 5033848d3afa
child 2454 c8b1fb10003c
equal deleted inserted replaced
2445:5033848d3afa 2446:cbb3af76bcc0
    15  * You should have received a copy of the GNU Lesser General Public License
    15  * You should have received a copy of the GNU Lesser General Public License
    16  * along with this program; if not, write to the Free Software
    16  * along with this program; if not, write to the Free Software
    17  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    18  */
    18  */
    19 
    19 
    20 #include "openalbridge.h"
    20 #include "ssound.h"
       
    21 #include "loaders.h"
    21 
    22 
    22 extern ALuint sources[MAX_SOURCES];
    23 extern ALuint sources[MAX_SOURCES];
    23 extern const ALfloat NV[3];
    24 extern const ALfloat NV[3];
    24 extern const ALfloat LO[6];
    25 extern const ALfloat LO[6];
    25 
    26 
    26 char *prog;
    27 extern char *prog;
    27 
    28 
    28 /*SSOUND STUFF HERE*/
    29 /*SSOUND STUFF HERE*/
    29 
    30 
    30 char SSound_load (SSound_t* pSound, const char* cFilename) {
    31 char SSound_load (SSound_t* pSound, const char* cFilename) {
    31         uint32_t magic;
    32         uint32_t magic;