misc/libopenalbridge/tester.c
author dag10 <gottlieb.drew@gmail.com>
Mon, 14 Jan 2013 16:04:05 -0500
changeset 8389 6d65ed1f832c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fixed feedback submission by correcting Content-Type.

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

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

    openal_init();

    openal_close();

    return 0;
}