misc/libopenalbridge/tester.c
author sheepluva
Sun, 11 Sep 2011 15:38:45 +0200
changeset 5850 f07e2a5e6ad0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name

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

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

    openal_init();

    openal_close();

    return 0;
}