misc/libopenalbridge/tester.c
author burp
Sun, 29 Aug 2010 16:48:20 +0200
changeset 3784 75aa91bea32b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Extend statistics collection (TeamKills, TurnSkips, TeamDamage) + sending to frontend

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

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

    openal_init();

    openal_close();

    return 0;
}