misc/libopenalbridge/tester.c
author unc0rr
Sat, 09 Mar 2013 21:40:02 +0400
changeset 8705 cd00f0ff224c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Put compiled units into more appropriate dir - Fix build with .pro file

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

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

    openal_init();

    openal_close();

    return 0;
}