misc/libopenalbridge/tester.c
author Medo <smaxein@googlemail.com>
Thu, 31 May 2012 18:32:01 +0200
changeset 7158 a0573014ff4f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Further work on the frontend library, restructuring, ...

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

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

    openal_init();

    openal_close();

    return 0;
}