misc/libopenalbridge/tester.c
author Xeli
Sat, 18 Feb 2012 15:24:20 +0100
changeset 6712 c582869fbe7f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
changed jumping, on x button tap is high jump, on longpress + release is low jump (read: it only does a low jump when you release)

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

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

    openal_init();

    openal_close();

    return 0;
}