misc/libopenalbridge/tester.c
author koda
Tue, 21 May 2013 23:49:24 +0200
changeset 9040 282c7ef1822d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
further limit asm

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

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

    openal_init();

    openal_close();

    return 0;
}