misc/libopenalbridge/tester.c
author nemo
Wed, 27 Feb 2013 21:30:33 -0500
changeset 8598 9d21bab30893
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Apologies if jaree had done something similar, but didn't see anything in repo pull. This removes Land[] mixed w/ LandPixels[] and streamlines things a little

#include <stdio.h>
#include "openalbridge.h"

int main (int argc, int **argv) {

    openal_init();

    openal_close();

    return 0;
}