misc/libopenalbridge/tester.c
author nemo
Sat, 25 Dec 2010 21:35:40 -0500
changeset 4682 0fc1ff341482
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add a GetGearElasticity since Mikade kept asking for it. (actually return *10000 to handle it being an hwFloat - I assume large values will just overflow to negative)

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

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

    openal_init();

    openal_close();

    return 0;
}