misc/libopenalbridge/tester.c
author nemo
Sun, 10 Apr 2011 17:25:34 -0400
changeset 5137 b6140f35735f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
rename gtBomb to gtGrenade, nerf grenade from 50 to 47 pending some flag to indicate pixels in Land[] belonging to current hog to avoid throwing grenades into hogs

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

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

    openal_init();

    openal_close();

    return 0;
}