misc/libopenalbridge/tester.c
author koda
Wed, 06 Mar 2013 16:42:56 +0100
changeset 8672 4cccc0520988
parent 3697 d5b30d6373fc
permissions -rw-r--r--
our cmake modules have become good enough, prefer them over system ones

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

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

    openal_init();

    openal_close();

    return 0;
}