misc/libopenalbridge/tester.c
author koda
Tue, 23 Oct 2012 07:03:07 +0200
changeset 7795 ba32d3f9e567
parent 3697 d5b30d6373fc
permissions -rw-r--r--
set window modality also for custom dialogs, small text changes

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

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

    openal_init();

    openal_close();

    return 0;
}