misc/libopenalbridge/tester.c
author Henek
Tue, 21 Dec 2010 14:42:47 +0100
changeset 4594 5645462cc78f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
removing all " " in filenames under share and replacing "_" with " " in missions

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

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

    openal_init();

    openal_close();

    return 0;
}