misc/libopenalbridge/tester.c
author sheepluva
Wed, 26 Oct 2011 11:50:03 +0200
changeset 6215 efe2e2f7cabf
parent 3697 d5b30d6373fc
permissions -rw-r--r--
typos

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

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

    openal_init();

    openal_close();

    return 0;
}