misc/libopenalbridge/tester.c
author nemo
Tue, 25 Oct 2011 19:01:56 -0400
changeset 6206 75e0d8169ba2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
As sheepluva pointed out, allowing this message to be legal allows naughtiness. The server usage of this message does not seem to use this check.

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

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

    openal_init();

    openal_close();

    return 0;
}