misc/libopenalbridge/tester.c
author nemo
Tue, 21 May 2013 16:13:32 -0400
changeset 9026 f6074540bab2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Add gstFrozen state to mines/gears in range on frozen land creation, and set the mines to dud state. gstFrozen does nothing yet. Visually or otherwise.

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

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

    openal_init();

    openal_close();

    return 0;
}