misc/libopenalbridge/tester.c
author Xeli
Thu, 16 Feb 2012 17:48:03 +0100
changeset 6691 79c96abd06d6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
added hide/show animation for the aiming keys (should animateWidget() be moved to another unit?)

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

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

    openal_init();

    openal_close();

    return 0;
}