misc/libopenalbridge/tester.c
author koda
Fri, 03 Sep 2010 01:54:29 +0200
changeset 3822 ee85a9c73ece
parent 3697 d5b30d6373fc
permissions -rw-r--r--
*patch by arrom: fix installation of fort images *patch by arrom: remove the need of qm translation files *ifrontend: don't use spaces

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

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

    openal_init();

    openal_close();

    return 0;
}