misc/libopenalbridge/tester.c
author unc0rr
Wed, 06 Jun 2012 22:11:55 +0400 (2012-06-06)
changeset 7189 c45b0ef1eb4c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Not needed here
#include <stdio.h>
#include "openalbridge.h"

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

    openal_init();

    openal_close();

    return 0;
}