misc/libopenalbridge/tester.c
author koda
Mon, 12 Sep 2011 15:58:59 +0200
changeset 5877 514b639c40da
parent 3697 d5b30d6373fc
permissions -rw-r--r--
remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)

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

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

    openal_init();

    openal_close();

    return 0;
}