misc/libopenalbridge/tester.c
author nemo
Sun, 26 Jun 2011 20:19:11 -0400
changeset 5330 0f31c8ab064b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
disable .reserve - not 4.6 compatible

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

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

    openal_init();

    openal_close();

    return 0;
}