misc/libopenalbridge/tester.c
author Henek
Sun, 07 Nov 2010 17:30:20 +0300
changeset 4162 923db448ad16
parent 3697 d5b30d6373fc
permissions -rw-r--r--
update and fix some lua stuff

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

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

    openal_init();

    openal_close();

    return 0;
}