misc/libopenalbridge/tester.c
author koda
Sun, 21 Apr 2013 01:36:08 +0200
branch0.9.19
changeset 8932 e095e3023682
parent 3697 d5b30d6373fc
permissions -rw-r--r--
it's still not really clear to my why this is needed, maybe only in combination with -XD

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

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

    openal_init();

    openal_close();

    return 0;
}