misc/libopenalbridge/tester.c
author koda
Sun, 16 Oct 2011 21:03:30 +0200
changeset 6131 4e8816cf9459
parent 3697 d5b30d6373fc
permissions -rw-r--r--
merge the changes applied to 0.9.16

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

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

    openal_init();

    openal_close();

    return 0;
}