misc/libopenalbridge/tester.c
author sheepluva
Sun, 06 Feb 2011 10:28:59 +0100
changeset 4926 f9a13dd16f01
parent 3697 d5b30d6373fc
permissions -rw-r--r--
update lib wrapper.c so that it actually supplies all arguments required by current Game(), instead of causing a segfault ;D

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

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

    openal_init();

    openal_close();

    return 0;
}