misc/libopenalbridge/tester.c
author sheepluva
Sun, 29 Apr 2012 14:00:35 +0200
changeset 6953 4c2dd25630a7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
* make HatModel update automatically (also renamed class and files) * removed nemo's ghost file :P

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

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

    openal_init();

    openal_close();

    return 0;
}