misc/libopenalbridge/tester.c
author smaxx
Mon, 06 Sep 2010 21:09:58 +0200
changeset 3834 b7ecf8db4dba
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Frontend: * Removed rest of the test code I left in... *hides*

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

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

    openal_init();

    openal_close();

    return 0;
}