misc/libopenalbridge/tester.c
author koda
Tue, 25 Sep 2012 00:35:49 +0200
changeset 7704 b25add2fdfa6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
slight tweak to lua linking (that will break everything, i'm sure)

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

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

    openal_init();

    openal_close();

    return 0;
}