misc/libopenalbridge/tester.c
author sheepluva
Tue, 29 Mar 2011 21:42:40 +0200
changeset 5068 4e9f91e51bd7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix Jason hat animation and pngcrushed it and previously fixed/changed hats

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

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

    openal_init();

    openal_close();

    return 0;
}