misc/libopenalbridge/tester.c
author unc0rr
Wed, 23 Jun 2010 22:17:27 +0400
changeset 3542 f216b24aeb7f
parent 3529 0e968ba12a84
child 3697 d5b30d6373fc
permissions -rw-r--r--
- Fix a function - Add forgotten file to CMakeLists

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

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