misc/libopenalbridge/tester.c
author unc0rr
Wed, 29 Jun 2011 17:32:05 +0400
changeset 5345 3c5480e91951
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Simplify code using 'with', convert some tabs to spaces

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

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

    openal_init();

    openal_close();

    return 0;
}