misc/libopenalbridge/tester.c
author dag10 <gottlieb.drew@gmail.com>
Mon, 14 Jan 2013 22:09:07 -0500
changeset 8390 0b2403003640
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Added "what we use" section to "about" page. From GCI.

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

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

    openal_init();

    openal_close();

    return 0;
}