Attempt to recreate all textures if using Windows or OSX which lose textures on context recreation.
Not really tested since I don't have Windows or OSX.
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}