misc/libopenalbridge/tester.c
author unc0rr
Sun, 15 May 2011 18:16:13 +0400
changeset 5210 a5329e52a71b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Pass correct arguments on restart

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

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

    openal_init();

    openal_close();

    return 0;
}