misc/libopenalbridge/tester.c
author koda
Sat, 05 May 2012 15:17:16 +0100
changeset 7021 0c75512a8920
parent 3697 d5b30d6373fc
permissions -rw-r--r--
adjust the scope of a few uSound variables and functions

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

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

    openal_init();

    openal_close();

    return 0;
}