misc/libopenalbridge/tester.c
author sheepluva
Sat, 22 Oct 2011 08:51:02 +0200
changeset 6181 c739b503ae31
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ugh wth... cleaned FL/IL change notifications up

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

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

    openal_init();

    openal_close();

    return 0;
}