misc/libopenalbridge/tester.c
author koda
Tue, 04 Jun 2013 15:40:25 +0200
branch0.9.19
changeset 9115 36561f3c5345
parent 3697 d5b30d6373fc
permissions -rw-r--r--
forgot this from r f529fba57ba5 (thanks LocutusOfBorg1)

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

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

    openal_init();

    openal_close();

    return 0;
}