misc/libopenalbridge/tester.c
author unc0rr
Fri, 02 Sep 2011 12:06:24 +0400
changeset 5734 d710db47a1ef
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Implement save button on game statistics page. I'm surprised I did it. Closes issue #264

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

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

    openal_init();

    openal_close();

    return 0;
}