misc/libopenalbridge/tester.c
author koda
Mon, 25 Feb 2013 19:48:35 +0100
branchphysfslayer
changeset 8558 e96bf10216ef
parent 3697 d5b30d6373fc
permissions -rw-r--r--
on windows fpc-linking is the funniest of all

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

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

    openal_init();

    openal_close();

    return 0;
}