misc/libopenalbridge/tester.c
author Medo <smaxein@googlemail.com>
Thu, 19 Jul 2012 22:53:39 +0200
changeset 7344 25b8906f901a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Hedgeroid: Modified detection of assets on SD card (should be more reliable)

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

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

    openal_init();

    openal_close();

    return 0;
}