misc/libopenalbridge/tester.c
author koda
Sun, 22 Aug 2010 22:08:39 +0200
changeset 3752 73c2d7d5643b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add the new flag, fix a couple of hicups in creating config files, swap animation between settings and lobby

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

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

    openal_init();

    openal_close();

    return 0;
}