misc/libopenalbridge/tester.c
author koda
Sat, 05 Nov 2011 03:05:37 +0100
changeset 6282 de449b2d9607
parent 3697 d5b30d6373fc
permissions -rw-r--r--
just for the sake of it, add the missing sdl13 events and do some cleanup

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

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

    openal_init();

    openal_close();

    return 0;
}