misc/libopenalbridge/tester.c
author koda
Sun, 04 Nov 2012 06:11:39 +0100
branchwebgl
changeset 7965 b518458f83e6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
pas2c is now fully parametric with command line options (maybe unC0Rr needs to clean this up a little)

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

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

    openal_init();

    openal_close();

    return 0;
}