misc/libopenalbridge/tester.c
author unc0rr
Sun, 25 Jul 2010 18:55:54 +0400
changeset 3671 a94d1dc4a8d9
parent 3529 0e968ba12a84
child 3697 d5b30d6373fc
permissions -rw-r--r--
- burp's patch cleaning up module dependancies + cabal file - mixed with some changes by me trying to fight a bug

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

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