misc/libopenalbridge/tester.c
author koda
Tue, 01 May 2012 19:56:55 +0200
changeset 6982 8d41d22a291d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
breaking news, we don't support typed consts anymore

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

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

    openal_init();

    openal_close();

    return 0;
}