misc/libopenalbridge/tester.c
author sheepluva
Thu, 07 Apr 2011 23:54:09 +0200
changeset 5121 2d34ec60992c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
added some comments in order to confuse the GSoC students as much as possible ;D

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

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

    openal_init();

    openal_close();

    return 0;
}