misc/libopenalbridge/tester.c
author sheepluva
Sun, 30 Oct 2011 17:31:53 +0100
changeset 6242 27297c421bbc
parent 3697 d5b30d6373fc
permissions -rw-r--r--
frontend flakes: don't spawn flakes at locations that will cause them to never be within the visible frame

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

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

    openal_init();

    openal_close();

    return 0;
}