misc/libopenalbridge/tester.c
author sheepluva
Tue, 27 Sep 2011 04:31:08 +0200
changeset 6048 ae213ef7030a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3 not quite finished (as you'll notice) - but this sheep is heading for sleep.

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

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

    openal_init();

    openal_close();

    return 0;
}