misc/libopenalbridge/tester.c
author unc0rr
Sun, 10 Oct 2010 21:32:18 +0400
changeset 3947 709fdb89f76c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Some screwing around in try to fix space leak. No luck yet.

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

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

    openal_init();

    openal_close();

    return 0;
}