misc/libopenalbridge/tester.c
author nemo
Sat, 17 Mar 2012 17:18:43 -0400
changeset 6792 f72c8b5d421c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Ensure flawless is false if any hog is lost, unless it was lost doing a kamikaze

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

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

    openal_init();

    openal_close();

    return 0;
}