misc/libopenalbridge/tester.c
author koda
Tue, 21 May 2013 23:15:44 +0200
changeset 9038 8c74d93e4e88
parent 3697 d5b30d6373fc
permissions -rw-r--r--
tip to highlight the new /rnd command

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

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

    openal_init();

    openal_close();

    return 0;
}