misc/libopenalbridge/tester.c
author koda
Sun, 31 Oct 2010 04:01:31 +0100
changeset 4030 adbb37b8c487
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix background for the about and saves controller

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

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

    openal_init();

    openal_close();

    return 0;
}