misc/libopenalbridge/tester.c
author koda
Wed, 27 Jul 2011 10:39:04 +0200
changeset 5466 a65aed0f38f1
parent 3697 d5b30d6373fc
permissions -rw-r--r--
increasing commit number with style

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

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

    openal_init();

    openal_close();

    return 0;
}