misc/libopenalbridge/tester.c
author nemo
Mon, 17 Oct 2011 12:09:04 -0400
changeset 6136 db9eafaa66d5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Sheepluva suggestion - brighten so that the team colours look less muddy, if some artist hates the result, they are welcome to clean it up

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

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

    openal_init();

    openal_close();

    return 0;
}