misc/libopenalbridge/tester.c
author nemo
Sun, 21 Aug 2011 15:11:00 -0400
changeset 5636 c18aed7ad618
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Strip and compress Golf theme

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

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

    openal_init();

    openal_close();

    return 0;
}