misc/libopenalbridge/tester.c
author koda
Sun, 04 Nov 2012 15:45:45 +0100
branch0.9.18
changeset 7942 17b3937de37b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
avwrapper needs to depend on hwengine not on ENGINECLEAN

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

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

    openal_init();

    openal_close();

    return 0;
}