misc/libopenalbridge/tester.c
author koda
Wed, 22 Sep 2010 02:22:15 +0200
changeset 3893 568bfd083465
parent 3697 d5b30d6373fc
permissions -rw-r--r--
allow more flexibility between viewcontrollers, also added stub pages for saved games

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

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

    openal_init();

    openal_close();

    return 0;
}