misc/libopenalbridge/tester.c
author Xeli
Thu, 23 Jun 2011 16:52:23 +0200
branchhedgeroid
changeset 5329 abfc41832374
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Reverted back to tip and changed the correct IFDEF IPHONEOS to MOBILE without breaking other iphoneos

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

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

    openal_init();

    openal_close();

    return 0;
}