misc/libopenalbridge/tester.c
author sheepluva
Wed, 19 Oct 2011 21:55:42 +0200
changeset 6153 3881126e06e8
parent 3697 d5b30d6373fc
permissions -rw-r--r--
allow changing number of hogs or weapons with mousewheel

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

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

    openal_init();

    openal_close();

    return 0;
}