misc/libopenalbridge/tester.c
author nemo
Sun, 01 Jan 2012 13:20:22 -0500
changeset 6547 a8a982d21f93
parent 3697 d5b30d6373fc
permissions -rw-r--r--
one more mask, reduce hog count on ruler map

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

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

    openal_init();

    openal_close();

    return 0;
}