misc/libopenalbridge/tester.c
author nemo
Wed, 25 Jul 2012 10:56:14 -0400
changeset 7426 55b49cc1f33a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.

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

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

    openal_init();

    openal_close();

    return 0;
}