misc/libopenalbridge/tester.c
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:17:19 +0300
changeset 7205 cdc38e49a276
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Added the helper script I forgot to add last time

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

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

    openal_init();

    openal_close();

    return 0;
}