misc/libopenalbridge/tester.c
author sheepluva
Sat, 10 Sep 2011 04:08:15 +0200
changeset 5835 812be8a96927
parent 3697 d5b30d6373fc
permissions -rw-r--r--
actual rope fix for hogs getting stuck on walls

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

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

    openal_init();

    openal_close();

    return 0;
}