misc/libopenalbridge/tester.c
author unc0rr
Wed, 25 Jul 2012 22:36:39 +0400
changeset 7432 6dc7ccc0b043
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Bonus for dealing more damage than needed to kill. Should help with cake leaving 1hp issue. Not tested.

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

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

    openal_init();

    openal_close();

    return 0;
}