misc/libopenalbridge/tester.c
author unc0rr
Thu, 20 Jun 2013 11:15:50 +0400
changeset 9243 d8f6a396d98e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
First select group of templates, then pick template from selected group

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

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

    openal_init();

    openal_close();

    return 0;
}