misc/libopenalbridge/tester.c
author sheepluva
Sun, 29 Apr 2012 20:52:10 +0200
changeset 6960 822f8269e13f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
map, theme & style selection won't be lost on data updata now (except the selected map/theme/style is deleted ofc). enabling F5 key to reload data :>

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

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

    openal_init();

    openal_close();

    return 0;
}