misc/libopenalbridge/tester.c
author HSR
Thu, 01 Jul 2010 18:26:44 -0400
changeset 3605 5eb93322f6f1
parent 3529 0e968ba12a84
child 3697 d5b30d6373fc
permissions -rw-r--r--
New music for City theme

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

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