misc/libopenalbridge/tester.c
author koda
Thu, 07 Oct 2010 02:03:01 +0200
changeset 3928 2560731c860d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
move all mobile-related functions in their own module, provides a structure for future mobile ports

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

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

    openal_init();

    openal_close();

    return 0;
}