misc/libopenalbridge/tester.c
author sheepluva
Sat, 22 Oct 2011 01:00:21 +0200
changeset 6176 19ef039a8474
parent 3697 d5b30d6373fc
permissions -rw-r--r--
frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists

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

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

    openal_init();

    openal_close();

    return 0;
}