misc/libopenalbridge/tester.c
author sheepluva
Thu, 20 Oct 2011 05:52:11 +0200
changeset 6158 cf034cc88e39
parent 3697 d5b30d6373fc
permissions -rw-r--r--
comment typo

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

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

    openal_init();

    openal_close();

    return 0;
}