misc/libopenalbridge/tester.c
author Xeli
Thu, 04 Aug 2011 17:17:21 +0200
branchhedgeroid
changeset 5452 3edc3e3b8cdc
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Created callbacks to give the frontend information of maxteams/hogs

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

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

    openal_init();

    openal_close();

    return 0;
}