misc/libopenalbridge/tester.c
author sheepluva
Mon, 20 Jun 2011 01:28:21 +0200
changeset 5263 4c8b677503e2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P

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

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

    openal_init();

    openal_close();

    return 0;
}