misc/libopenalbridge/tester.c
author nemo
Tue, 26 Mar 2013 17:52:27 -0400
changeset 8777 cce79a042cfc
parent 3697 d5b30d6373fc
permissions -rw-r--r--
merge. hate the fact that "unsynced remote changes" is just a "note" now.

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

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

    openal_init();

    openal_close();

    return 0;
}