misc/libopenalbridge/tester.c
author unc0rr
Sat, 06 Nov 2010 23:07:20 +0300
changeset 4152 07008cb354f9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Prevent vgtFlake's rotation angle to grow too high in its absolute value

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

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

    openal_init();

    openal_close();

    return 0;
}