misc/libopenalbridge/tester.c
author unc0rr
Sat, 15 Jun 2013 23:44:37 +0400
branchwebgl
changeset 9164 d923ba9d1145
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Allow building with modern 'base' package

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

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

    openal_init();

    openal_close();

    return 0;
}