misc/libopenalbridge/tester.c
author koda
Fri, 31 May 2013 15:41:41 +0200
branch0.9.19
changeset 9091 bafadc6b4516
parent 3697 d5b30d6373fc
permissions -rw-r--r--
change cpack configuration file name so that it's not excluded by 'make package_source'

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

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

    openal_init();

    openal_close();

    return 0;
}