misc/libopenalbridge/tester.c
author nemo
Sun, 11 Sep 2011 08:54:21 -0400
changeset 5848 103e3a80daa6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem

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

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

    openal_init();

    openal_close();

    return 0;
}