misc/libopenalbridge/tester.c
author koda
Sat, 05 Feb 2011 22:22:16 +0100
changeset 4924 616b618814b5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
show dual head mode some love

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

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

    openal_init();

    openal_close();

    return 0;
}