misc/libopenalbridge/tester.c
author smaxx
Tue, 03 Aug 2010 01:33:20 +0200
changeset 3713 f8778904600d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Engine: * Added modifications to Limburger, Poison Cloud and Sticky Mine

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

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

    openal_init();

    openal_close();

    return 0;
}