misc/libopenalbridge/tester.c
author koda
Wed, 20 Mar 2013 18:31:13 +0100
branchcmake_pascal
changeset 8821 e85ff6e298b5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
adjust verbosity, move debug/release variables in the right section

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

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

    openal_init();

    openal_close();

    return 0;
}