misc/libopenalbridge/tester.c
author sheepluva
Fri, 26 Oct 2012 17:05:12 +0200
changeset 7823 46f115569045
parent 3697 d5b30d6373fc
permissions -rw-r--r--
rollback of r08642c7da4a3b5e05be51a8b45995e799bbc4bbf ("add DLC button to net game room")

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

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

    openal_init();

    openal_close();

    return 0;
}