misc/libopenalbridge/tester.c
author Henek
Tue, 21 Dec 2010 23:22:53 +0100
changeset 4600 5a3b1dbdd4c9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
added copying also to schemes and updated some translations

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

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

    openal_init();

    openal_close();

    return 0;
}