misc/libopenalbridge/tester.c
author koda
Sat, 23 Feb 2013 18:38:57 +0100
branchphysfslayer
changeset 8536 55365fccb075
parent 3697 d5b30d6373fc
permissions -rw-r--r--
updated ios project files for the new phys build system

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

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

    openal_init();

    openal_close();

    return 0;
}