misc/libopenalbridge/tester.c
author koda
Wed, 07 Jul 2010 03:03:59 +0200
changeset 3627 f1da1d8fb56c
parent 3529 0e968ba12a84
child 3697 d5b30d6373fc
permissions -rw-r--r--
the game now respects the orientation of the frontend

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

int main (int argc, int **argv) {
    
    openal_init();
    
    openal_close();
    
    return 0;
}