misc/libopenalbridge/tester.c
author unc0rr
Fri, 28 Jun 2013 10:25:42 +0400
changeset 9293 873022596d15
parent 3697 d5b30d6373fc
permissions -rw-r--r--
You better test build before committing even trivial patches

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

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

    openal_init();

    openal_close();

    return 0;
}