misc/libopenalbridge/tester.c
author koda
Tue, 11 Jun 2013 02:39:45 +0200
changeset 9185 115e7daa4796
parent 3697 d5b30d6373fc
permissions -rw-r--r--
osx, link also foundation to physfs

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

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

    openal_init();

    openal_close();

    return 0;
}