misc/libopenalbridge/tester.c
author sheepluva
Tue, 01 May 2012 23:03:25 +0200
changeset 6984 3de40b10eafa
parent 3697 d5b30d6373fc
permissions -rw-r--r--
remove map: Sticks reason: obvious :P

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

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

    openal_init();

    openal_close();

    return 0;
}