misc/libopenalbridge/tester.c
author Xeli
Mon, 18 Jul 2011 14:40:19 +0200
branchhedgeroid
changeset 5448 787cf66a7c39
parent 3697 d5b30d6373fc
permissions -rw-r--r--
CMake now moves the proper lua files to the project

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

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

    openal_init();

    openal_close();

    return 0;
}