misc/libopenalbridge/tester.c
author unc0rr
Sun, 04 Dec 2011 01:00:18 +0300
changeset 6492 71db3c0daa0a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
No more nested functions in code

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

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

    openal_init();

    openal_close();

    return 0;
}