misc/libopenalbridge/tester.c
author koda
Fri, 12 Nov 2010 23:59:40 +0100
changeset 4284 57a501a69e5f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
update iFrontend with new schemes and weaps, fix up smaller glitches

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

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

    openal_init();

    openal_close();

    return 0;
}