misc/libopenalbridge/tester.c
author koda
Tue, 28 Jun 2011 01:05:33 +0200
branch0.9.15
changeset 4732 10f675aee907
parent 3697 d5b30d6373fc
permissions -rw-r--r--
expose the available translations in the plist file for 0.9.15 (rf31d1073345e)

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

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

    openal_init();

    openal_close();

    return 0;
}