misc/libopenalbridge/tester.c
author koda
Fri, 29 Oct 2010 01:28:15 +0200
changeset 4008 d87619de120d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix an annoying bug that didn't allow returning to the ifrontend

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

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

    openal_init();

    openal_close();

    return 0;
}