misc/libopenalbridge/tester.c
author nemo
Sat, 17 Mar 2012 17:24:38 -0400
changeset 6793 d62f25f5d6ce
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Disable anim for stats screen ("In game" stays visible otherwise)

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

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

    openal_init();

    openal_close();

    return 0;
}