misc/libopenalbridge/tester.c
author sheepluva
Sat, 22 Oct 2011 20:49:26 +0200
changeset 6188 e48280142001
parent 3697 d5b30d6373fc
permissions -rw-r--r--
doxygen seems to get confused if a ///< line is followed by a /// line

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

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

    openal_init();

    openal_close();

    return 0;
}