misc/libopenalbridge/tester.c
author unc0rr
Sat, 30 Jun 2012 01:09:31 +0400
changeset 7333 520a16a14747
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Properly convert taking address of function with var parameters

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

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

    openal_init();

    openal_close();

    return 0;
}