misc/libopenalbridge/tester.c
author nemo
Mon, 14 Nov 2011 22:41:08 -0500
changeset 6384 8b7e8ff1b16a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Disable loading content.html on startup, it is fetched on pushing to top of stack already.

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

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

    openal_init();

    openal_close();

    return 0;
}