misc/libopenalbridge/tester.c
author nemo
Sat, 20 Aug 2011 16:31:20 -0400
changeset 5610 f8bdc789ac60
parent 3697 d5b30d6373fc
permissions -rw-r--r--
-gh (heaptrace) appears to be the reason for crashing in DrawCircle on my system. I wonder if it has other bad behaviour as well.

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

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

    openal_init();

    openal_close();

    return 0;
}