misc/libopenalbridge/tester.c
author nemo
Mon, 25 Feb 2013 10:53:33 -0500
branchicegun
changeset 8570 cbd25e677446
parent 3697 d5b30d6373fc
permissions -rw-r--r--
quick and dirty and inefficient example of Tiy's suggested terrain sampling. Still needs moving to uLandGraphics

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

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

    openal_init();

    openal_close();

    return 0;
}