misc/libopenalbridge/tester.c
author nemo
Sun, 26 Dec 2010 16:45:14 -0500
changeset 4707 1d3b19eabfe7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Add stubs for korean locale, now that we have a volunteer, update locale files

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

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

    openal_init();

    openal_close();

    return 0;
}