misc/libopenalbridge/tester.c
author sheepluva
Sat, 01 Jan 2011 14:23:39 +0100
changeset 4802 4c1041eef577
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix very ancient typo in CheckCollision() that would cause check for collision at bottom and right instead of movement direction

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

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

    openal_init();

    openal_close();

    return 0;
}