misc/libopenalbridge/tester.c
author Drew Gottlieb
Wed, 05 Dec 2012 18:12:07 +0100
branchflibqtfrontend
changeset 8222 d3dc08500fc0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
GCI2012: Remove Quit Prompt On Mouse Click

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

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

    openal_init();

    openal_close();

    return 0;
}