misc/libopenalbridge/tester.c
author jaree
Wed, 10 Apr 2013 07:44:51 +0300
changeset 8895 95177c18e38c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Change collision detection with current hedgehog

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

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

    openal_init();

    openal_close();

    return 0;
}