misc/libopenalbridge/tester.c
author koda
Sun, 16 Jan 2011 03:39:54 +0100
branch0.9.14
changeset 4310 4613b178d45c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
trying to close 0.9.14 branch

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

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

    openal_init();

    openal_close();

    return 0;
}