misc/libopenalbridge/tester.c
author Xeli
Sun, 28 Aug 2011 17:45:23 +0200
branchhedgeroid
changeset 5667 24f4d7a37038
parent 3697 d5b30d6373fc
permissions -rw-r--r--
sabotage of the iphone port failed..

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

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

    openal_init();

    openal_close();

    return 0;
}