misc/libopenalbridge/tester.c
author koda
Sat, 05 Nov 2011 01:25:11 +0100
changeset 6281 dc9c44f47e75
parent 3697 d5b30d6373fc
permissions -rw-r--r--
avoid linking compatible code from sdl library, let's provide our own

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

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

    openal_init();

    openal_close();

    return 0;
}