misc/libopenalbridge/tester.c
author Xeli
Sat, 20 Aug 2011 13:07:33 +0200
branchhedgeroid
changeset 5617 88f43becefe3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
added low jump, you can low-jump by double tapping the right or left side of the screen

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

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

    openal_init();

    openal_close();

    return 0;
}