misc/libopenalbridge/tester.c
author koda
Tue, 11 Jun 2013 18:31:49 +0200
changeset 9194 1cc97a207598
parent 3697 d5b30d6373fc
permissions -rw-r--r--
I hate you, I hate you with all my heart...

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

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

    openal_init();

    openal_close();

    return 0;
}