misc/libopenalbridge/tester.c
author Palewolf and others
Thu, 23 Dec 2010 01:35:06 +0100
changeset 4636 b7c3c7bc6d1f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
New Christmas theme

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

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

    openal_init();

    openal_close();

    return 0;
}