misc/libopenalbridge/tester.c
author nemo
Wed, 14 Sep 2011 19:20:39 -0400
changeset 5908 da6ae69a5579
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Updated translation after typo fix

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

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

    openal_init();

    openal_close();

    return 0;
}