misc/libopenalbridge/tester.c
author koda
Thu, 26 Jan 2012 23:54:53 +0100
changeset 6603 ef9ed71e3cf7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ios sanity restored: applied new paths for sdl projects, turned off fullscreen, added 3 lines of documentation, removal of sdl patch (every mod has been integrated mainstream)

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

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

    openal_init();

    openal_close();

    return 0;
}