misc/libopenalbridge/tester.c
author koda
Wed, 28 Mar 2012 01:19:36 +0200
changeset 6830 d2df090453aa
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ios: prevent an horrible hack for the in-game help pages; they would actually need a serious refactoring to allow localisation and rotation support

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

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

    openal_init();

    openal_close();

    return 0;
}