misc/libopenalbridge/tester.c
author Xeli
Mon, 18 Jul 2011 14:41:08 +0200
branchhedgeroid
changeset 5450 1ea879a6f89f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Added lua files to hgignore two files have been manually 'hg added'

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

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

    openal_init();

    openal_close();

    return 0;
}