misc/libopenalbridge/tester.c
author koda
Thu, 09 Feb 2012 19:05:52 +0100
changeset 6659 a6030b32b222
parent 3697 d5b30d6373fc
permissions -rw-r--r--
move the classes recently added to a proper folder

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

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

    openal_init();

    openal_close();

    return 0;
}