misc/libopenalbridge/tester.c
author koda
Sat, 04 Sep 2010 02:09:24 +0200
changeset 3825 fd6c20cd90e3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
typos, reduced sound size and last minute fixes

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

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

    openal_init();

    openal_close();

    return 0;
}