misc/libopenalbridge/tester.c
author koda
Mon, 07 May 2012 11:59:09 +0200
changeset 7030 09984acadece
parent 3697 d5b30d6373fc
permissions -rw-r--r--
invert LUA symbol meaning and avoid hints when compiling without it

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

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

    openal_init();

    openal_close();

    return 0;
}