misc/libopenalbridge/tester.c
author koda
Thu, 28 Feb 2013 22:39:38 +0100
changeset 8607 59a6df839710
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add icegun everywhere (default, crazy, 1oe) with a qt prob delay crate of 2

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

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

    openal_init();

    openal_close();

    return 0;
}