misc/libopenalbridge/tester.c
author nemo
Thu, 23 May 2013 09:33:36 -0400
changeset 9047 8edc79df026d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Remove repetition. This map doesn't need to be so wide.

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

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

    openal_init();

    openal_close();

    return 0;
}