misc/libopenalbridge/tester.c
author koda
Sat, 29 Jun 2013 01:56:16 +0200
changeset 9300 e5dafb5843c6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
uvariables comes before uutils

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

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

    openal_init();

    openal_close();

    return 0;
}