misc/libopenalbridge/tester.c
author Stepan777 <stepik-777@mail.ru>
Thu, 26 Jul 2012 21:58:25 +0400
changeset 7447 01111960a48d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
uploading to youtube, it works, but user interface is still incomplete

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

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

    openal_init();

    openal_close();

    return 0;
}