misc/libopenalbridge/tester.c
author koda
Sat, 08 Dec 2012 15:38:16 +0100
branch0.9.18
changeset 7962 713d9eff2ce3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
removing the optimisation that caused (most likely) the lua crashes on osx

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

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

    openal_init();

    openal_close();

    return 0;
}