misc/libopenalbridge/tester.c
author koda
Sun, 24 Apr 2011 23:13:45 +0200
changeset 5171 f9283dc4860d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add ios project files for lua sources

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

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

    openal_init();

    openal_close();

    return 0;
}