misc/libopenalbridge/tester.c
author Xeli
Wed, 29 Jun 2011 18:05:04 +0200
branchhedgeroid
changeset 5381 8f95038f3f75
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts

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

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

    openal_init();

    openal_close();

    return 0;
}