misc/libopenalbridge/tester.c
author unc0rr
Sun, 03 Apr 2011 19:26:53 +0400
changeset 5094 9c3553254100
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Update .pro file - Add a label in chat widget with a number of nicks listed

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

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

    openal_init();

    openal_close();

    return 0;
}