misc/libopenalbridge/tester.c
author koda
Sun, 28 Aug 2011 11:38:24 +0200
changeset 5696 972bf04d4a79
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ios: fix a couple of bad memory management (unrelated to the crash at the end of each game) sdl13: fixed compilation

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

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

    openal_init();

    openal_close();

    return 0;
}