misc/libopenalbridge/tester.c
author unc0rr
Mon, 11 Feb 2013 00:19:15 +0400
changeset 8497 c5605c6f5bb3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Hack checker to run engine with record file received (uses hardcoded paths)

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

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

    openal_init();

    openal_close();

    return 0;
}