misc/libopenalbridge/tester.c
author unc0rr
Sun, 27 Feb 2011 21:45:37 +0300
changeset 4970 039771ae3f65
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Oops, forgot to hg add this file

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

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

    openal_init();

    openal_close();

    return 0;
}