misc/libopenalbridge/tester.c
author sheepluva
Mon, 03 Jun 2013 23:09:06 +0200
branch0.9.19
changeset 9108 83cc372c05d9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn

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

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

    openal_init();

    openal_close();

    return 0;
}