misc/libopenalbridge/tester.c
author Xeli
Thu, 14 Jul 2011 15:48:27 +0200
branchhedgeroid
changeset 5424 0627ac9bd878
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Layouts for the start local game

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

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

    openal_init();

    openal_close();

    return 0;
}