misc/libopenalbridge/tester.c
author koda
Wed, 12 Jun 2013 19:15:51 +0200
changeset 9191 fc54667b1203
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix launching on windows

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

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

    openal_init();

    openal_close();

    return 0;
}