misc/libopenalbridge/tester.c
author koda
Fri, 04 Nov 2011 00:38:37 +0100
changeset 6276 1e2f8da1860a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
while formatting the ammomenu code i found out that it's simpler to move than i thought, and fixed a small glitch when animation was disabled

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

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

    openal_init();

    openal_close();

    return 0;
}