misc/libopenalbridge/tester.c
author nemo
Tue, 16 Oct 2012 13:41:23 -0400
changeset 7761 6dc1be8ff73e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
skip all dx/dy mod if Power is 0

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

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

    openal_init();

    openal_close();

    return 0;
}