misc/libopenalbridge/tester.c
author unc0rr
Wed, 22 May 2013 00:49:37 +0400
changeset 9035 e84d42a4311c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
'/rnd' command. Pass it a (possibly empty) list of items.

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

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

    openal_init();

    openal_close();

    return 0;
}