misc/libopenalbridge/tester.c
author sheepluva
Mon, 24 Oct 2011 10:30:47 +0200
changeset 6197 4ce7c29799b9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
chat: + added timestamps (can also be css styled and disabled) + allow exchanging stylesheet by just dragging a *.css file into the chat widget! + /saveStyleSheet command for keeping the applied stylesheet for future runs + /discardStyleSheet to reset to the saved/default stylesheet Note: I noticed command auto-completion is broken, don't know since when. annoying.

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

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

    openal_init();

    openal_close();

    return 0;
}