misc/libopenalbridge/tester.c
author koda
Mon, 03 Dec 2012 17:47:39 +0100
changeset 8202 9f0e79ab51f0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
GCI2012: Move Video Preferences in Settings Tab

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

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

    openal_init();

    openal_close();

    return 0;
}