misc/libopenalbridge/tester.c
author koda
Mon, 19 Nov 2012 13:21:20 +0100
changeset 8068 b35427506169
parent 3697 d5b30d6373fc
permissions -rw-r--r--
win build changes, fpc 2.6, CMAKE_PREFIX_PATH, glut header

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

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

    openal_init();

    openal_close();

    return 0;
}