misc/libopenalbridge/tester.c
author koda
Wed, 02 May 2012 08:07:17 +0100
changeset 6986 409dd3851309
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add support for default pascal mode by removing default arguments value (maybe this also helps the parser)

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

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

    openal_init();

    openal_close();

    return 0;
}