misc/libopenalbridge/tester.c
author koda
Fri, 16 Jul 2010 00:18:03 +0200
changeset 3646 a3271158d93b
parent 3529 0e968ba12a84
child 3697 d5b30d6373fc
permissions -rw-r--r--
don't make the confirmation button disappear, present an alert if game doesn't start

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

int main (int argc, int **argv) {
    
    openal_init();
    
    openal_close();
    
    return 0;
}