misc/libopenalbridge/tester.c
author Xeli
Thu, 14 Jul 2011 15:41:26 +0200
branchhedgeroid
changeset 5412 ab055114c788
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Moved download classes to their own dir and fixed the way the dest dir is being 'build'

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

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

    openal_init();

    openal_close();

    return 0;
}