misc/libopenalbridge/tester.c
author sheepluva
Fri, 12 Apr 2013 21:41:55 +0200
branch0.9.19
changeset 8870 1f2d2406d535
parent 3697 d5b30d6373fc
permissions -rw-r--r--
remove bioshock3-reference on hedgehogs drowning (unlike its predecessors, it turned out to not take place underwater)

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

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

    openal_init();

    openal_close();

    return 0;
}