misc/libopenalbridge/tester.c
author sheepluva
Sat, 22 Oct 2011 19:37:39 +0200
changeset 6186 255aff92216d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
let's create some templates so that the user knows how to start off

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

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

    openal_init();

    openal_close();

    return 0;
}