misc/libopenalbridge/tester.c
author nemo
Tue, 29 Mar 2011 18:06:39 -0400
changeset 5074 16f9e2d1f3b2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
eh. 1,000,000 might be better...

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

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

    openal_init();

    openal_close();

    return 0;
}