misc/libopenalbridge/tester.c
author sheepluva
Sun, 18 Sep 2011 16:46:26 +0200
branch0.9.16
changeset 5958 f9e3033d929f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
set a default value for density that shouldn't lead to div by 0

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

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

    openal_init();

    openal_close();

    return 0;
}