misc/libopenalbridge/tester.c
author unc0rr
Thu, 10 May 2012 13:16:31 +0400
changeset 7038 d853e4385241
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Some more definitions and slight fixes

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

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

    openal_init();

    openal_close();

    return 0;
}