misc/libopenalbridge/tester.c
author koda
Sat, 05 May 2012 17:29:04 +0100
changeset 7026 8d1724e1337e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
split OnDestroy across the appropriate modules (this doen't cause leaks on mobile, right?)

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

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

    openal_init();

    openal_close();

    return 0;
}