misc/libopenalbridge/tester.c
author sheepluva
Mon, 21 Nov 2011 21:23:23 +0100
branch0.9.18
changeset 7911 98b806c1793d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. there is a workaround: in the user dir put the playername in <playerNameWithCorrectCase>_highlight.txt

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

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

    openal_init();

    openal_close();

    return 0;
}