misc/libopenalbridge/tester.c
author nemo
Sun, 15 Jan 2012 12:40:48 -0500
changeset 6563 30e042398411
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Assign ammo counts as well, in case the game flags were changed by the script

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

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

    openal_init();

    openal_close();

    return 0;
}