misc/libopenalbridge/tester.c
author Xeli
Sun, 18 Mar 2012 00:02:33 +0100
changeset 6796 3e89dbdc7db9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
You can now change AMAnimType to enable the animation through the x/y axis and alpha for example AMAnimType:= AMTypeMaskX or AMTypeMaskAlpha will enable movement over the X axis and alpha

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

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

    openal_init();

    openal_close();

    return 0;
}