misc/libopenalbridge/tester.c
author smaxx
Sun, 07 Nov 2010 16:30:45 +0100
changeset 4166 1b68bdad0336
parent 3697 d5b30d6373fc
permissions -rw-r--r--
* Updated German translation * Removed campaign button

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

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

    openal_init();

    openal_close();

    return 0;
}