misc/libopenalbridge/tester.c
author koda
Sat, 11 Feb 2012 06:11:19 +0100
changeset 6669 3933198e2b28
parent 3697 d5b30d6373fc
permissions -rw-r--r--
i don't know how this is possible

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

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

    openal_init();

    openal_close();

    return 0;
}