misc/libopenalbridge/tester.c
author koda
Tue, 12 Mar 2013 19:25:05 +0100
changeset 8723 b08cc68a26a3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add 'run Hedgewars' checkbox at the end of the NSIS installation

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

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

    openal_init();

    openal_close();

    return 0;
}