misc/libopenalbridge/tester.c
author nemo
Sun, 10 Apr 2011 14:04:56 -0400
changeset 5136 948da1e50205
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix a few crosshair bugs. Disable ShowCrosshair and just decide when drawing.

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

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

    openal_init();

    openal_close();

    return 0;
}