misc/libopenalbridge/tester.c
author nemo
Sun, 31 Oct 2010 20:24:39 -0400
changeset 4071 20df9c487482
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix encoding and stupid file host behaviour

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

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

    openal_init();

    openal_close();

    return 0;
}