misc/libopenalbridge/tester.c
author nemo
Sat, 18 Aug 2012 18:58:41 -0400
changeset 7562 a79082c2a28e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
koda changed the CMake flag w/o updating the wiki or INSTALL file :(

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

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

    openal_init();

    openal_close();

    return 0;
}