misc/libopenalbridge/tester.c
author unc0rr
Mon, 19 Nov 2012 17:41:09 +0400
changeset 8067 34a679e5ca9d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Link some libraries needed for physfs on windows (there are still 5 symbols which couldn't be found - to be resolved)

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

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

    openal_init();

    openal_close();

    return 0;
}