misc/libopenalbridge/tester.c
author unc0rr
Wed, 02 Feb 2011 11:28:38 +0300
changeset 4904 0eab727d4717
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Merge server refactor into default

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

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

    openal_init();

    openal_close();

    return 0;
}