misc/libopenalbridge/tester.c
author belphegorr <szabibibi@gmail.com>
Mon, 23 Jul 2012 19:17:04 +0300
changeset 7413 dbf6e803d5bc
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Finished mission 6: Dragon's lair Modified uCommandHandlers (DrawGear function), as the last merge was causing crashes when hogs were hidden.

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

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

    openal_init();

    openal_close();

    return 0;
}