misc/libopenalbridge/tester.c
author sheepluva
Fri, 25 Jan 2013 12:54:24 +0100
changeset 8432 f2d57e987ba9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
small cleanup, fix ancient warning (the "itPlay" one)

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

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

    openal_init();

    openal_close();

    return 0;
}