misc/libopenalbridge/tester.c
author nemo
Tue, 28 Dec 2010 11:06:46 -0500
changeset 4741 e75c19dd93b2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Aaaand, strip these 2 as well.

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

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

    openal_init();

    openal_close();

    return 0;
}