misc/libopenalbridge/tester.c
author koda
Thu, 28 Feb 2013 23:05:07 +0100
changeset 8611 90f445317e8a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
support WARNING message status on cmake 2.6 (bug #524)

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

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

    openal_init();

    openal_close();

    return 0;
}