1
#include <stdio.h>
2
#include "openalbridge.h"
3
4
int main (int argc, int **argv) {
5
6
openal_init();
7
8
openal_close();
9
10
return 0;
11
}