misc/libopenalbridge/tester.c
author unc0rr
Mon, 26 Sep 2011 21:45:33 +0400
changeset 6040 a740069c21e3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Add unique id to replay file name - INSERT instead of UPDATE for stats

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

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

    openal_init();

    openal_close();

    return 0;
}