Hedgeroid: Misguided attempts at getting the connection lifecycle right.
Committing this because it basically runs this way, so i might want to revert to
it later :)
#include <stdio.h>#include "openalbridge.h"int main (int argc, int **argv) { openal_init(); openal_close(); return 0;}