misc/libopenalbridge/tester.c
author belphegorr <szabibibi@gmail.com>
Wed, 22 Aug 2012 19:13:13 +0300
changeset 7512 cc3f036121fe
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Modified missions to be compatible with the merge Removed empty functions

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

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

    openal_init();

    openal_close();

    return 0;
}