misc/libopenalbridge/tester.c
author Xeli
Tue, 28 Feb 2012 22:00:33 +0100
changeset 6751 7c75941b499b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
android: fix finding cache dir on prefroyo devices, it now creates the Hedgewars folder if it wasn't there

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

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

    openal_init();

    openal_close();

    return 0;
}