misc/libopenalbridge/tester.c
author Henek
Sat, 19 Mar 2011 14:38:49 +0100
changeset 5021 ca09bfa0414c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
redone tag team to work and be beautifully coded

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

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

    openal_init();

    openal_close();

    return 0;
}