misc/libopenalbridge/tester.c
author nemo
Tue, 26 Jun 2012 10:14:40 -0400
changeset 7293 468cf6d561e5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Add green mask for anti-portal areas on custom maps. Flagged as Bouncy since it is intended for that general use. Needs testing.

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

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

    openal_init();

    openal_close();

    return 0;
}