misc/libopenalbridge/tester.c
author Henek
Mon, 12 Dec 2011 19:23:05 +0100
changeset 6529 40f9ef7d824d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
added SetAmmoStore to lua for convinience

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

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

    openal_init();

    openal_close();

    return 0;
}