misc/libopenalbridge/tester.c
author unc0rr
Tue, 24 Jul 2012 16:12:41 +0400
changeset 7424 fe0f07667f24
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Prefer to bat enemy away dealing the same amount of damage

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

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

    openal_init();

    openal_close();

    return 0;
}