misc/libopenalbridge/tester.c
author unc0rr
Sun, 09 Jan 2011 21:36:51 +0300
changeset 4825 e8539e429ae3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Add a space for better looking console message

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

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

    openal_init();

    openal_close();

    return 0;
}