misc/libopenalbridge/tester.c
author koda
Wed, 12 Jun 2013 01:26:42 +0200
changeset 9205 abce6011f86c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
aaaaand let's not forget about lua, which has also a slightly revised build process

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

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

    openal_init();

    openal_close();

    return 0;
}