misc/libopenalbridge/tester.c
author koda
Tue, 18 Jun 2013 09:48:10 +0200
branchwebgl
changeset 9244 bb95e351270c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix a few loose ends here

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

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

    openal_init();

    openal_close();

    return 0;
}