misc/libopenalbridge/tester.c
author koda
Sun, 25 Sep 2011 02:28:33 +0200
changeset 6020 c792d4b3e080
parent 3697 d5b30d6373fc
permissions -rw-r--r--
this finally fixes the interaction between RestoredGameViewController and StatsPagesViewController

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

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

    openal_init();

    openal_close();

    return 0;
}