misc/libopenalbridge/tester.c
author szczur
Sun, 31 Oct 2010 21:17:17 -0400
changeset 4074 b73fd6ca06dd
parent 3697 d5b30d6373fc
permissions -rw-r--r--
polish update

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

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

    openal_init();

    openal_close();

    return 0;
}