misc/libopenalbridge/tester.c
author sheepluva
Fri, 29 Mar 2013 23:58:03 +0100
changeset 8820 9cc4a057473f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
feedback page: allow translations for main text; added link to known bugs in order to reduce the future number of bug report duplicates a bit (We can all hope, right? :P)

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

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

    openal_init();

    openal_close();

    return 0;
}