misc/libopenalbridge/tester.c
author koda
Sat, 08 Jun 2013 02:21:31 +0200
changeset 9156 6bf5359d5d14
parent 3697 d5b30d6373fc
permissions -rw-r--r--
make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)

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

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

    openal_init();

    openal_close();

    return 0;
}