misc/libopenalbridge/tester.c
author koda
Tue, 25 Oct 2011 22:51:10 +0200
changeset 6208 b831679e9467
parent 3697 d5b30d6373fc
permissions -rw-r--r--
move all extra categories in a single source, add caching for HWUtils

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

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

    openal_init();

    openal_close();

    return 0;
}