while formatting the ammomenu code i found out that it's simpler to move than i thought, and fixed a small glitch when animation was disabled
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}