misc/libopenalbridge/tester.c
author Palewolf
Mon, 01 Nov 2010 23:13:58 +0100
changeset 4086 54185e353242
parent 3697 d5b30d6373fc
permissions -rw-r--r--
New land texture for Nature theme

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

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

    openal_init();

    openal_close();

    return 0;
}