misc/libopenalbridge/tester.c
author koda
Fri, 31 Dec 2010 01:15:43 +0100
changeset 4763 c228a4841e3f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
unify stats display on ipad and non-ipad and on saved and normal games

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

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

    openal_init();

    openal_close();

    return 0;
}