misc/libopenalbridge/tester.c
author sheepluva
Thu, 16 May 2013 10:10:27 +0200
changeset 9001 89418f84d1dd
parent 3697 d5b30d6373fc
permissions -rw-r--r--
I couldn't find any usage of these extern variables. neither in the file they are defined nor anywhere else in the code

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

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

    openal_init();

    openal_close();

    return 0;
}