misc/libopenalbridge/tester.c
author sheepluva
Sat, 03 Sep 2011 20:36:08 +0200
changeset 5749 134d57761f3d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
'Star and Moon' updated his sheep hat.

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

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

    openal_init();

    openal_close();

    return 0;
}