misc/libopenalbridge/tester.c
author koda
Wed, 06 Oct 2010 02:31:04 +0200 (2010-10-06)
changeset 3926 668b71f31e51
parent 3697 d5b30d6373fc
permissions -rw-r--r--
use dynamic data from engine instead of using hardcoded values
#include <stdio.h>
#include "openalbridge.h"

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

    openal_init();

    openal_close();

    return 0;
}