misc/libopenalbridge/tester.c
author Medo <smaxein@googlemail.com>
Sat, 02 Feb 2013 14:33:35 +0100
changeset 8470 01ddeb241c21
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Hedgeroid: Removed reference to obsolete libphysfsrwops.so It is now compiled as part of libphysfs.so

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

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

    openal_init();

    openal_close();

    return 0;
}