misc/libopenalbridge/tester.c
author sheepluva
Fri, 08 Apr 2011 04:30:28 +0200
changeset 5123 b0b57f247e02
parent 3697 d5b30d6373fc
permissions -rw-r--r--
guess what. comments. yay for burning commits

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

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

    openal_init();

    openal_close();

    return 0;
}