misc/libopenalbridge/tester.c
author koda
Sun, 13 Nov 2011 18:23:05 +0100
changeset 6353 d8f62c805619
parent 3697 d5b30d6373fc
permissions -rw-r--r--
restore displaying statistics at the end of a game and restore warning lower views that they are going to appear

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

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

    openal_init();

    openal_close();

    return 0;
}