misc/libopenalbridge/tester.c
author Vittorio <vittorio.giovara@gmail.com>
Tue, 23 Jul 2013 14:01:23 -0700
changeset 9370 328264029b6e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Merge pull request #1 from urbels/patch-1 fixed urls and added new version links for android deps

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

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

    openal_init();

    openal_close();

    return 0;
}