misc/libopenalbridge/tester.c
author sheepluva
Mon, 31 Oct 2011 14:44:43 +0100
changeset 6250 cd01e4f93ed9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
mikade's request: dont delete mission text/texture in HideMission() (so that it can still be looked at in ESC menu

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

int main (int argc, int **argv) {

    openal_init();

    openal_close();

    return 0;
}