misc/libopenalbridge/tester.c
author nemo
Mon, 12 Sep 2011 16:51:45 -0400
changeset 5882 59716ac2fe4d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.

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

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

    openal_init();

    openal_close();

    return 0;
}