misc/libopenalbridge/tester.c
author nemo
Sun, 13 Nov 2011 14:41:02 -0500
branch0.9.17
changeset 6366 1a49a8fcca56
parent 3697 d5b30d6373fc
permissions -rw-r--r--
merge sound changes into .17, and, why not everything else too.

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

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

    openal_init();

    openal_close();

    return 0;
}