misc/libopenalbridge/tester.c
author unc0rr
Wed, 20 Mar 2013 09:13:05 +0400
changeset 8757 266df6d5ed73
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Add space for better visual performance

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

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

    openal_init();

    openal_close();

    return 0;
}