misc/libopenalbridge/tester.c
author Xeli
Thu, 16 Feb 2012 21:32:19 +0100
changeset 6692 029c27660dd2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
move the aim buttons to be above the jump button

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

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

    openal_init();

    openal_close();

    return 0;
}