misc/libopenalbridge/tester.c
author koda
Thu, 21 Oct 2010 23:11:49 +0200
changeset 3989 adffb668f06e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add a default description to the new ammomenu

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

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

    openal_init();

    openal_close();

    return 0;
}