misc/libopenalbridge/tester.c
author Xeli
Sun, 29 Apr 2012 16:09:42 +0200
changeset 6957 ab8034208fcd
parent 3697 d5b30d6373fc
permissions -rw-r--r--
target using the utility button, this fixes bee

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

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

    openal_init();

    openal_close();

    return 0;
}