misc/libopenalbridge/tester.c
author unc0rr
Mon, 09 Apr 2012 23:55:12 +0400
changeset 6875 6528171ce36d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
First try to compile with clang: improve renderer a bit. The result of pas2c is still far from normal C source.

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

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

    openal_init();

    openal_close();

    return 0;
}