misc/libopenalbridge/tester.c
author nemo
Wed, 31 Aug 2011 15:06:03 -0400
changeset 5718 e74de0528ef4
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Let's draw the bottom border thicker, so it is more visible

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

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

    openal_init();

    openal_close();

    return 0;
}