misc/libopenalbridge/tester.c
author nemo
Mon, 28 May 2012 01:51:50 -0400
changeset 7135 4d863aadd0b2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Add onGameTick20 to try and encourage lua to be a bit more efficient. Rewrite Space Invasion to use it. Top speed of aliens is 25% higher now, although that could be changed, I kinda liked it. Change parameter order of div().

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

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

    openal_init();

    openal_close();

    return 0;
}