misc/libopenalbridge/tester.c
author koda
Tue, 25 Sep 2012 01:02:21 +0200
changeset 7705 15f5d3cd35c6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
force a DEBUG build when HW_DEV is true, some CMakeLists.txt cleanup/commenting

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

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

    openal_init();

    openal_close();

    return 0;
}