misc/libopenalbridge/tester.c
author glykorin@gmail.com
Sun, 12 Sep 2010 20:43:11 +0200
changeset 3849 6d2658508a6f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix wrong sized, wrong colored Splash.png in Art theme

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

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

    openal_init();

    openal_close();

    return 0;
}