misc/libopenalbridge/tester.c
author nemo
Tue, 14 May 2013 07:16:14 -0400
changeset 8991 82e3a6e5d51b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Actually, let's use *4 since could be fired from lower down

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

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

    openal_init();

    openal_close();

    return 0;
}