misc/libopenalbridge/tester.c
author nemo
Sun, 12 Jun 2011 10:16:38 -0400
changeset 5235 e30b06ffea3a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Skip droplets if plain splash is enabled, add a sanity check just in case.

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

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

    openal_init();

    openal_close();

    return 0;
}