misc/libopenalbridge/tester.c
author koda
Wed, 03 Apr 2013 23:56:59 +0200
changeset 8838 aa2ffd427f6a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
strip PAS2C, old WEB symbols and outdated pas2c sources from default branch, all c-related development is done on the webgl branch

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

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

    openal_init();

    openal_close();

    return 0;
}